Amit Kucheria | 4ed2f98 | 2011-03-16 18:51:13 +0200 | [diff] [blame] | 1 | # |
| 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. |
| 5 | # |
| 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. |
| 9 | # |
| 10 | # Normal rules |
| 11 | # |
| 12 | .* |
| 13 | *.o |
| 14 | *.o.* |
| 15 | *.a |
| 16 | *.s |
| 17 | *.patch |
| 18 | |
| 19 | # |
| 20 | # Top-level generic files |
| 21 | # |
| 22 | /tags |
| 23 | /TAGS |
| 24 | |
| 25 | # |
| 26 | # git files that we don't want to ignore even it they are dot-files |
| 27 | # |
| 28 | !.gitignore |
| 29 | |
| 30 | # quilt's files |
| 31 | patches |
| 32 | series |
| 33 | |
| 34 | # cscope files |
| 35 | cscope.* |
| 36 | ncscope.* |
| 37 | |
| 38 | # gnu global files |
| 39 | GPATH |
| 40 | GRTAGS |
| 41 | GSYMS |
| 42 | GTAGS |
| 43 | |
| 44 | *.orig |
| 45 | *~ |
| 46 | \#*# |