Skip to content

Commit

Permalink
Better gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed Sep 22, 2012
1 parent 328b027 commit df61c15
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .gitignore
Expand Up @@ -9,8 +9,28 @@
*.class

# generated files
bin/
gen/
*/bin/
*/gen/
*/out/

# Local configuration file (sdk path, etc)
local.properties
release.properties

# Eclipse project files
.classpath
.project
.settings
.settings/
.DS_Store

#Intelli J project files
.idea/
.iml

#Maven project files
target/

#Maven release files
*.releaseBackup
*.versionsBackup

0 comments on commit df61c15

Please sign in to comment.