]> Pileus Git - ~andy/sfvlug/blob - .gitignore
Update C Compiling presentation.
[~andy/sfvlug] / .gitignore
1 # Misc
2 *~
3 *.swp
4
5 # C output
6 *.o
7 *.a
8 *.so
9
10 # Latex output
11 *.aux
12 *.log
13 *.nav
14 *.out
15 *.snm
16 *.toc
17 *.vrb
18
19 # CC presentation
20 cc/elf.pdf
21 cc/packages/
22 cc/source/hello
23 cc/source/syscall