2010-12-17 05:21:21 +01:00
|
|
|
# Ignore all dotfiles...
|
|
|
|
.*
|
|
|
|
# except for .gitignore
|
|
|
|
!.gitignore
|
|
|
|
!.classpath
|
|
|
|
!.project
|
|
|
|
|
|
|
|
# Ignore all classfiles
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# Ignore bin
|
2011-07-27 21:05:51 +02:00
|
|
|
bin
|
2011-05-22 22:19:01 +02:00
|
|
|
*/lib/*
|
2011-07-27 21:05:51 +02:00
|
|
|
*/target/*
|