Skip to content

Commit 119259b

Browse files
committed
add *~ (backup files created by various editors) to .gitignore
1 parent e217418 commit 119259b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.DS_Store
33
*.swp
44
*.tmp
5+
*~
56

67
# Project files that should not be in the repo
78
.*

0 commit comments

Comments
 (0)