Add starting .gitignore and .gitreview files
[lfn/process.git] / .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..2fdce4b
--- /dev/null
@@ -0,0 +1,20 @@
+# Ignore Vim temporary files
+.*.sw?
+
+# Maven
+target/
+
+# Vagrant
+.vagrant
+
+# IntelliJ
+.idea/
+*.iml
+
+# Eclipse
+.project
+
+# Python
+.tox/
+__pycache__/
+*.pyc