Skip to content

Commit

Permalink
tidy up gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardWarburton committed Mar 25, 2014
1 parent 1f89dc4 commit 720e0f2
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
*~
target
GTAGS
GRTAGS
GPATH
prop
out

# OS X
.DS_Store

# intellij
.idea
*.iml

# eclipse
.project
.classpath
.settings

# editors
*.sublime-project
*.sublime-workspace
*~

# the build
build-local.properties
.gradle
build
build

# Benchmark timings
timings.log

0 comments on commit 720e0f2

Please sign in to comment.