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