Skip to content

Commit dc0d8a5

Browse files
author
Greg Whalin
committed
adding ignore file
1 parent c091957 commit dc0d8a5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# git-ls-files --others --exclude-from=.git/info/exclude
2+
# Lines that start with '#' are comments.
3+
# For a project mostly in C, the following would be a good set of
4+
# exclude patterns (uncomment them if you want to use them):
5+
*~
6+
classes/
7+
*.swp
8+
__db.*
9+
dist/
10+
*.class
11+
scratch/
12+
.cachedir/

0 commit comments

Comments
 (0)