diff options
author | Camil Staps | 2015-05-20 17:10:09 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-20 17:10:09 +0200 |
commit | 79423b71699235c643eafeeeee29c96c4dbfcb7d (patch) | |
tree | d570d1a7f9382d011e1daa4869d17082878f5c90 /GameController/.gitignore | |
parent | Fixed exception package (diff) | |
parent | timeoutexception, improved contestants (diff) |
Merge branch 'only-java-engine' of ../../Botleagues_old
Diffstat (limited to 'GameController/.gitignore')
-rw-r--r-- | GameController/.gitignore | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/GameController/.gitignore b/GameController/.gitignore new file mode 100644 index 0000000..5bda502 --- /dev/null +++ b/GameController/.gitignore @@ -0,0 +1,74 @@ +# Source: http://www.bmchild.com/2012/06/git-ignore-for-java-eclipse-project.html + +# Directories # +/build/ +/bin/ +/dist/ +target/ + +# OS Files # +.DS_Store + +*.class + +# Package Files # +*.jar +*.war +*.ear +*.db + +###################### +# Windows +###################### + +# Windows image file caches +Thumbs.db + +# Folder config file +Desktop.ini + +###################### +# OSX +###################### + +.DS_Store +.svn + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + + +###################### +# Eclipse +###################### + +*.pydevproject +.project +.metadata +bin/** +tmp/** +tmp/**/* +*.tmp +*.bak +*.swp +*~.nib +local.properties +.classpath +.settings/ +.loadpath +/src/main/resources/rebel.xml +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# CDT-specific +.cproject + +# PDT-specific +.buildpath |