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