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