added gitignore
[gcopter.git] / .gitignore
blob83fc691a18aabbeb2ef40bd1a804338667d02abb
2 # NOTE! Don't add files that are generated in specific
3 # subdirectories here. Add them in the ".gitignore" file
4 # in that subdirectory instead.
6 # NOTE! Please use 'git-ls-files -i --exclude-standard'
7 # command after changing this file, to see if there are
8 # any tracked files which get ignored after the change.
10 # Normal rules
13 *.o
14 *.o.*
15 *.a
16 *.s
17 *.ko
18 *.so
19 *.so.dbg
20 *.mod.c
21 *.i
22 *.lst
23 *.symtypes
24 *.order
25 *.elf
26 *.bin
27 *.gz
28 *.hex
29 *.eep
30 *.lss
31 *.map
32 *.sym
35 # Top-level generic files
37 tags
38 TAGS
39 vmlinux
40 System.map
41 Module.markers
42 Module.symvers
43 !.gitignore
44 !.mailmap
47 # Generated include files
49 include/asm
50 include/asm-*/asm-offsets.h
51 include/config
52 include/linux/autoconf.h
53 include/linux/compile.h
54 include/linux/version.h
55 include/linux/utsrelease.h
56 include/linux/bounds.h
58 # stgit generated dirs
59 patches-*
61 # quilt's files
62 patches
63 series
65 # cscope files
66 cscope.*
67 ncscope.*
69 *.orig
71 \#*#