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