Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(389)

Side by Side Diff: .gitignore

Issue 2512002: Ignore the top level build/ directory tree. (Closed) Base URL: ssh://git@chromiumos-git/kernel.git
Patch Set: addressing review comments Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 \#*#
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698