Add .gitignore file to ignore .pyc and .swp files.
[matthijs/upstream/mobilegtd.git] / .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..b948985
--- /dev/null
@@ -0,0 +1,2 @@
+*.swp
+*.pyc