Init `.gitignore'.
authorFreeBirdLjj <ljj11011@mail.ustc.edu.cn>
Thu, 18 Sep 2014 15:17:38 +0000 (23:17 +0800)
committerFreeBirdLjj <ljj11011@mail.ustc.edu.cn>
Thu, 18 Sep 2014 15:17:38 +0000 (23:17 +0800)
.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