ed432d4a992036130e7084cac53d5503b67b7ddb
[Project_algorithmic_C.git] / .gitignore
1 othello
2 *.static
3 *.dynamic
4 # for cygwin
5 *.exe
6
7 *.o
8
9 *.so
10 *.dylib
11 *.a
12 # for cygwin
13 *.dll
14 *.dll.a
15
16 # editor trash
17 *.swp
18 *~
19
20 .build
21
22 thumbs.db
23 *.DS_Store