Add a .gitignore to try to reduce the amount of files listed as not
[oweals/cde.git] / cde / .gitignore
1 # Compiled source
2 *.o
3 *.so
4 *.so.2
5 *.so.2.1
6 *.a
7
8 # Backups and editor created backups
9 *.bak
10 *~
11
12 # flags for saying directory is complete
13 DONE
14
15 # imports of of headers
16 imports
17
18 # exports of libraries/headers
19 exports