Add .gitignore file to ignore intermediate prods
[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 #
8 # Normal rules
9 #
10 .*
11 *.o
12 *.o.*
13 *.a
14 *.s
15 *.ko
16 *.so
17 *.so.dbg
18 *.mod.c
19 *.i
20 *.lst
21 *.symtypes
22 *.order
23 *.elf
24 *.bin
25 *.gz
26
27 #
28 # Top-level generic files
29 #
30 tags
31 TAGS
32 vmlinux
33 System.map
34 Module.markers
35 Module.symvers
36 !.gitignore
37 !.mailmap
38
39 # stgit generated dirs
40 patches-*
41
42 # quilt's files
43 patches
44 series
45
46 # cscope files
47 cscope.*
48 ncscope.*
49
50 *.orig
51 *~
52 \#*#