Skip to content

Commit dde6f3b

Browse files
committedMay 5, 2014
added .gitignore
1 parent 0006a02 commit dde6f3b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎.gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## generic files to ignore
2+
*~
3+
*.lock
4+
*.DS_Store
5+
*.swp
6+
*.out
7+
*.class
8+
*.svn
9+
build/upload.properties
10+
build/windows/work/
11+
build/linux/work/
12+
build/macosx/work/
13+
build/linux/dist/*.tar.gz
14+
build/linux/*.tgz
15+
test-bin
16+
*.iml
17+

0 commit comments

Comments
 (0)
Please sign in to comment.