Skip to content

Commit 943c6ba

Browse files
committed
gitignore: ignore emacs' temp and backup files
1 parent b127992 commit 943c6ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
build/
1+
build*/
2+
\#*\#
3+
*\~
4+
.DS_Store

0 commit comments

Comments
 (0)