From a302ed88ff0d95a5475e70d5f6b923fa25044eaa Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 17 Feb 2015 19:12:45 +0100 Subject: Added java-bot project --- backyard/java-bot/trunk/.gitignore | 73 ++++++++++++++++++++++++++++++++++ backyard/trunk/GameController/.project | 17 ++++++++ 2 files changed, 90 insertions(+) create mode 100644 backyard/java-bot/trunk/.gitignore create mode 100644 backyard/trunk/GameController/.project diff --git a/backyard/java-bot/trunk/.gitignore b/backyard/java-bot/trunk/.gitignore new file mode 100644 index 0000000..b630aee --- /dev/null +++ b/backyard/java-bot/trunk/.gitignore @@ -0,0 +1,73 @@ +# Source: http://www.bmchild.com/2012/06/git-ignore-for-java-eclipse-project.html + +# Directories # +/build/ +/bin/ +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 diff --git a/backyard/trunk/GameController/.project b/backyard/trunk/GameController/.project new file mode 100644 index 0000000..e2729fe --- /dev/null +++ b/backyard/trunk/GameController/.project @@ -0,0 +1,17 @@ + + + GameController + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + -- cgit v1.2.3