diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2013-09-03 15:56:49 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2013-09-03 15:56:49 +0200 |
commit | e2940ccfd91df2cef19f725fc431d7ff5c50f960 (patch) | |
tree | e13dc8fe1f51bb4df517accf18da1323d5ff35f7 | |
download | pdf-as-4-e2940ccfd91df2cef19f725fc431d7ff5c50f960.tar.gz pdf-as-4-e2940ccfd91df2cef19f725fc431d7ff5c50f960.tar.bz2 pdf-as-4-e2940ccfd91df2cef19f725fc431d7ff5c50f960.zip |
initial commit 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 |