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