.gitignore: ignore compiled program output
[cmccabe-bin] / .gitignore
1 #
2 # NOTE! Please use 'git-ls-files -i --exclude-standard'
3 # command after changing this file, to see if there are
4 # any tracked files which get ignored after the change.
5 #
6
7 # binaries
8 errno_speak
9 simple_time
10 vimstart
11
12 #
13 # Normal rules
14 #
15 .*
16 *.o
17 *.o.*
18 *.a
19 *.s
20 *.ko
21 *.so
22 *.so.dbg
23 *.mod.c
24 *.i
25 *.lst
26 *.symtypes
27 *.order
28 *.elf
29 *.bin
30 *.gz
31
32 #
33 # Top-level generic files
34 #
35 tags
36 TAGS
37 vmlinux
38 System.map
39 Module.markers
40 Module.symvers
41 !.gitignore
42 !.mailmap
43
44 # stgit generated dirs
45 patches-*
46
47 # quilt's files
48 patches
49 series
50
51 # cscope files
52 cscope.*
53 ncscope.*
54
55 *.orig
56 *~
57 \#*#