Skip to content

Commit

Permalink
Tidied gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Carter committed May 6, 2013
1 parent fa41a5f commit d86ac89
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions .gitignore
@@ -1,23 +1,17 @@
# ignore osx temp files
.DS_Store/

src/main/.DS_Store
# ignore ant output
build/
bin/

src/.DS_Store
# ignore maven output
target/

libs/.DS_Store

target

samples/build

.DS_Store

build

bin

target

#ignore eclipse project files
# ignore eclipse project files
.classpath
.project
.settings

# ignore intellij
*.iml

0 comments on commit d86ac89

Please sign in to comment.