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

Side by Side Diff: .gitignore

Issue 350563002: Port first garden-o-matic component over to polymer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove CSP Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Tools/GardeningServer/README » ('j') | Tools/GardeningServer/garden-o-matic.html » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This is pulled in via an entry in DEPS 1 # This is pulled in via an entry in DEPS
2 LayoutTests/w3c 2 LayoutTests/w3c
3 3
4 # Pulled in via bower.
5 Tools/GardeningServer/bower_components
abarth-chromium 2014/06/22 14:43:51 This should go in Tools/GardeningServer/.gitignore
ojan 2014/06/22 22:49:21 Somehow I forgot that you could do nested .gitigno
6
4 *.Makefile 7 *.Makefile
5 *.mk 8 *.mk
6 *.mode* 9 *.mode*
7 *.pbxuser 10 *.pbxuser
8 *.perspective* 11 *.perspective*
9 *.pyc 12 *.pyc
10 .DS_Store 13 .DS_Store
11 .directory 14 .directory
12 autoinstall.cache.d 15 autoinstall.cache.d
13 16
(...skipping 17 matching lines...) Expand all
31 34
32 # Ignore common tool auto-generated files. 35 # Ignore common tool auto-generated files.
33 .gdb_history 36 .gdb_history
34 tags 37 tags
35 *~ 38 *~
36 .*.sw[a-p] 39 .*.sw[a-p]
37 40
38 # For best performance, place rules for deep paths in the parent directory. 41 # For best performance, place rules for deep paths in the parent directory.
39 # For example: instead of placing Source/WebKit/chromium/WebKit.xcodeproj here, 42 # For example: instead of placing Source/WebKit/chromium/WebKit.xcodeproj here,
40 # place WebKit.xcodeproj in Source/WebKit/chromium/.gitignore 43 # place WebKit.xcodeproj in Source/WebKit/chromium/.gitignore
OLDNEW
« no previous file with comments | « no previous file | Tools/GardeningServer/README » ('j') | Tools/GardeningServer/garden-o-matic.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698