diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f3820288 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# for gradle +.gradle/ +build/ + +# for java/groovy +*.class + +# for idea +*.ipr +*.iml +*.iws +out/ + +# for eclipse +*.pydevproject +.project +.metadata +bin/** +tmp/** +tmp/**/* +*.tmp +*.bak +*.swp +*~.nib +local.properties +.classpath +.settings/ +.loadpath + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# CDT-specific +.cproject + +# PDT-specific +.buildpath
\ No newline at end of file |