Update .gitignore
[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 bytor
9 errno_speak
10 simple_time
11 vimstart
12 show_default_sockopts
13 print-code-points
14 hexconv
15 msgpack-translate
16 directory_merge
17 pickrand
18
19 #
20 # Normal rules
21 #
22 .*
23 *.o
24 *.o.*
25 *.a
26 *.s
27 *.ko
28 *.so
29 *.so.dbg
30 *.mod.c
31 *.i
32 *.lst
33 *.symtypes
34 *.order
35 *.elf
36 *.bin
37 *.gz
38
39 #
40 # Top-level generic files
41 #
42 tags
43 TAGS
44 vmlinux
45 System.map
46 Module.markers
47 Module.symvers
48 !.gitignore
49 !.mailmap
50
51 # stgit generated dirs
52 patches-*
53
54 # quilt's files
55 patches
56 series
57
58 # cscope files
59 cscope.*
60 ncscope.*
61
62 *.orig
63 *~
64 \#*#