Init `.gitignore'.
[smdp.git] / .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..1fc7c84
--- /dev/null
@@ -0,0 +1,13 @@
+# temporary compile results
+*.o
+
+# Binary excutions
+mdp
+
+# Other temporary files
+.DS_Store
+*~
+*.swp
+*.sublime-workspace
+*.out
+tags