aboutsummaryrefslogtreecommitdiff
path: root/GameController/.gitignore
diff options
context:
space:
mode:
authorCamil Staps2015-02-19 18:55:43 +0100
committerCamil Staps2015-02-19 18:55:43 +0100
commit781c2b265e1389f69f280d9a8c039a59678a78ec (patch)
tree24c0d4abc80685237ee91341ccb4a13807150c1c /GameController/.gitignore
parentdirectory structure (diff)
directory structure
Diffstat (limited to 'GameController/.gitignore')
-rw-r--r--GameController/.gitignore73
1 files changed, 73 insertions, 0 deletions
diff --git a/GameController/.gitignore b/GameController/.gitignore
new file mode 100644
index 0000000..b630aee
--- /dev/null
+++ b/GameController/.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