Skip to content

Commit b2a3bb4

Browse files
phloxicjQuery Tools
authored andcommitted
Append usual backup file patterns to ignore file
1 parent 5c76df5 commit b2a3bb4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
build
2+
3+
# patch
4+
*.rej
5+
*.orig
6+
7+
# vim
8+
*~
9+
10+
# emacs
11+
\#*\#
12+
\.\#*
13+
14+
# MacOS directory store
15+
.DS_Store

0 commit comments

Comments
 (0)