diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6873309 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +target +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 + +# Benchmark timings +timings.log + +# JVM crash reports +hs_err_pid* +/bin/ |
