Merge pull request #20 from FreeBirdLjj/AddGitIgnore
authorMichael Göhler <somebody.here@gmx.de>
Fri, 19 Sep 2014 17:53:40 +0000 (19:53 +0200)
committerMichael Göhler <somebody.here@gmx.de>
Fri, 19 Sep 2014 17:53:40 +0000 (19:53 +0200)
Init `.gitignore'.

.gitignore [new file with mode: 0644]

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