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