Browse Source
.gitignore: Ignore Emacs editor generated files
SVN-Revision: 28690
Vasilis Tsiligiannis
14 năm trước cách đây
mục cha
commit
98d6f2e1d9
1 tập tin đã thay đổi với
4 bổ sung và
0 xóa
-
4
0
.gitignore
|
@@ -18,3 +18,7 @@
|
|
*.orig
|
|
*.orig
|
|
*.rej
|
|
*.rej
|
|
*~
|
|
*~
|
|
|
|
+.#*
|
|
|
|
+*#
|
|
|
|
+.emacs.desktop*
|
|
|
|
+TAGS*~
|