fixed build error, #87
[smdp.git] / .gitignore
1 # temporary compile results
2 *.o
3
4 # Binary excutions
5 mdp
6 mdp.exe
7
8 # Other temporary files
9 .DS_Store
10 *~
11 *.swp
12 *.sublime-workspace
13 *.out
14 tags