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