pinosaur
/
smdp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f4833a
)
Init `.gitignore'.
author
FreeBirdLjj
<ljj11011@mail.ustc.edu.cn>
Thu, 18 Sep 2014 15:17:38 +0000
(23:17 +0800)
committer
FreeBirdLjj
<ljj11011@mail.ustc.edu.cn>
Thu, 18 Sep 2014 15:17:38 +0000
(23:17 +0800)
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
1fc7c84
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,13
@@
+# temporary compile results
+*.o
+
+# Binary excutions
+mdp
+
+# Other temporary files
+.DS_Store
+*~
+*.swp
+*.sublime-workspace
+*.out
+tags