summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rwxr-xr-x.gitignore29
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100755
index 0000000..7f0a79e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+# Core ignores
+*.diff
+*.err
+*.orig
+*.log
+*.rej
+*.swo
+*.swp
+*.vi
+*~
+*#
+.git/
+
+# OS ignores
+.DS_Store
+thumbs.db
+
+# Editor ignores
+.cache
+.project
+.settings
+.settings/
+bin/
+
+# Build ignores
+build/
+
+# Project ignores
+.classpath \ No newline at end of file