| OLD | NEW |
| 1 # | 1 # |
| 2 # NOTE! Don't add files that are generated in specific | 2 # NOTE! Don't add files that are generated in specific |
| 3 # subdirectories here. Add them in the ".gitignore" file | 3 # subdirectories here. Add them in the ".gitignore" file |
| 4 # in that subdirectory instead. | 4 # in that subdirectory instead. |
| 5 # | 5 # |
| 6 # NOTE! Please use 'git ls-files -i --exclude-standard' | 6 # NOTE! Please use 'git ls-files -i --exclude-standard' |
| 7 # command after changing this file, to see if there are | 7 # command after changing this file, to see if there are |
| 8 # any tracked files which get ignored after the change. | 8 # any tracked files which get ignored after the change. |
| 9 # | 9 # |
| 10 # Normal rules | 10 # Normal rules |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 include/asm | 49 include/asm |
| 50 include/asm-*/asm-offsets.h | 50 include/asm-*/asm-offsets.h |
| 51 include/config | 51 include/config |
| 52 include/linux/autoconf.h | 52 include/linux/autoconf.h |
| 53 include/linux/compile.h | 53 include/linux/compile.h |
| 54 include/linux/version.h | 54 include/linux/version.h |
| 55 include/linux/utsrelease.h | 55 include/linux/utsrelease.h |
| 56 include/linux/bounds.h | 56 include/linux/bounds.h |
| 57 include/generated | 57 include/generated |
| 58 | 58 |
| 59 # kernelconfig build directory |
| 60 /build/ |
| 61 |
| 59 # stgit generated dirs | 62 # stgit generated dirs |
| 60 patches-* | 63 patches-* |
| 61 | 64 |
| 62 # quilt's files | 65 # quilt's files |
| 63 patches | 66 patches |
| 64 series | 67 series |
| 65 | 68 |
| 66 # cscope files | 69 # cscope files |
| 67 cscope.* | 70 cscope.* |
| 68 ncscope.* | 71 ncscope.* |
| 69 | 72 |
| 70 # gnu global files | 73 # gnu global files |
| 71 GPATH | 74 GPATH |
| 72 GRTAGS | 75 GRTAGS |
| 73 GSYMS | 76 GSYMS |
| 74 GTAGS | 77 GTAGS |
| 75 | 78 |
| 76 *.orig | 79 *.orig |
| 77 *~ | 80 *~ |
| 78 \#*# | 81 \#*# |
| OLD | NEW |