war/.gitignore
2011-01-03 12:58:46 -05:00

13 lines
148 B
Plaintext

# Ignore all dotfiles...
.*
# except for .gitignore
!.gitignore
!.classpath
!.project
# Ignore all classfiles
*.class
# Ignore bin
*/bin/*
*/lib/*