Updated .gitignore

This commit is contained in:
Leah 2014-02-16 23:38:27 -05:00
parent 47fab8ee82
commit be2a202eb8

16
.gitignore vendored
View file

@ -1,4 +1,12 @@
*.swp
*~
release/
bin/
# Ignore Everything
/*
/*/
# Except These
!/src/
!/macapp/
!/.gitignore
!/build.xml
!/launch4j.xml
!/LICENSE
!/README.md