From 18e624e30b970005eb4fae6fed652fd6a645dc7c Mon Sep 17 00:00:00 2001 From: FreeBirdLjj Date: Thu, 18 Sep 2014 23:17:38 +0800 Subject: [PATCH] Init `.gitignore'. --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 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 -- 2.20.1