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