update madwifi
[linux-2.6/zen-sources.git] / .gitignore
blobe04fa93bbfd53ffa5ceff48f1d30ad77904d8888
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 !*.o.uu*
16 *.a
17 *.s
18 *.ko
19 *.so
20 *.so.dbg
21 *.mod.c
22 *.i
23 *.lst
24 *.symtypes
25 *.order
26 *.elf
27 *.bin
28 *.gz
31 # Top-level generic files
33 tags
34 TAGS
35 vmlinux
36 System.map
37 Module.markers
38 Module.symvers
39 !.gitignore
40 !.mailmap
43 # Generated include files
45 include/asm
46 include/asm-*/asm-offsets.h
47 include/config
48 include/linux/autoconf.h
49 include/linux/compile.h
50 include/linux/version.h
51 include/linux/utsrelease.h
52 include/linux/bounds.h
54 # stgit generated dirs
55 patches-*
57 # quilt's files
58 patches
59 series
61 # cscope files
62 cscope.*
63 ncscope.*
65 *.orig
67 \#*#