Add gitignore
authorKevin Zhang <icestormf1@gmail.com>
Thu, 31 Dec 2015 03:54:14 +0000 (19:54 -0800)
committerKevin Zhang <icestormf1@gmail.com>
Thu, 31 Dec 2015 03:54:14 +0000 (19:54 -0800)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..d4207d7
--- /dev/null
@@ -0,0 +1,48 @@
+# -*- mode: gitignore; -*-
+*~
+\#*\#
+.\#*
+*.pydevproject
+.metadata
+.gradle
+bin/
+tmp/
+*.tmp
+*.bak
+*.swp
+*~.nib
+local.properties
+.settings/
+.loadpath
+
+
+# Eclipse Core
+.project
+
+# External tool builders
+.externalToolBuilders/
+
+# Locally stored "Eclipse launch configurations"
+*.launch
+
+# CDT-specific
+.cproject
+
+# JDT-specific (Eclipse Java Development Tools)
+.classpath
+
+# PDT-specific
+.buildpath
+
+# sbteclipse plugin
+.target
+
+# TeXlipse plugin
+.texlipse
+
+# custom stuff that seems unnecessary
+build/
+dist/
+sysProps.xml
+build.xml
+build.properties
\ No newline at end of file