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