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