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