Add a fairly basic .gitignore 99/4099/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 13 Feb 2017 13:54:53 +0000 (05:54 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 13 Feb 2017 13:54:53 +0000 (05:54 -0800)
Change-Id: Iabcd042ddc733a12fdd766dcbdcd3fddde735279
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
.gitignore [new file with mode: 0644]

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