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

Side by Side Diff: .gitignore

Issue 1532413002: Added Dartium changes onto 45.0.2454.104 (Closed) Base URL: http://src.chromium.org/blink/branches/chromium/2454
Patch Set: Created 5 years 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 | LayoutTests/SlowTests » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.Makefile 1 *.Makefile
2 *.mk 2 *.mk
3 *.mode* 3 *.mode*
4 *.pbxuser 4 *.pbxuser
5 *.perspective* 5 *.perspective*
6 *.pyc 6 *.pyc
7 .DS_Store 7 .DS_Store
8 .directory 8 .directory
9 autoinstall.cache.d 9 autoinstall.cache.d
10 10
11 Source/devtools/**/*.mk
12 Source/yarr/**/*.mk
13 Source/config.target.mk
14
11 # Ignore auto-generated files by VS2005 and VS2010. 15 # Ignore auto-generated files by VS2005 and VS2010.
12 *.ncb 16 *.ncb
13 *.props 17 *.props
14 *.sln 18 *.sln
15 *.suo 19 *.suo
16 *.targets 20 *.targets
17 *.vcproj 21 *.vcproj
18 *.vcproj.*.user 22 *.vcproj.*.user
19 *.vcxproj.user 23 *.vcxproj.user
20 *.vcxproj 24 *.vcxproj
21 *.vcxproj.filters 25 *.vcxproj.filters
22 Source/core/make_core_generated.xml 26 Source/core/make_core_generated.xml
23 27
24 # Ignore Eclipse project files 28 # Ignore Eclipse project files
25 .project 29 .project
26 .cproject 30 .cproject
27 /.settings 31 /.settings
28 32
29 # Ignore common tool auto-generated files. 33 # Ignore common tool auto-generated files.
30 .gdb_history 34 .gdb_history
31 tags 35 tags
32 *~ 36 *~
33 .*.sw[a-p] 37 .*.sw[a-p]
34 38
35 # For best performance, place rules for deep paths in the parent directory. 39 # For best performance, place rules for deep paths in the parent directory.
36 # For example: instead of placing Source/WebKit/chromium/WebKit.xcodeproj here, 40 # For example: instead of placing Source/WebKit/chromium/WebKit.xcodeproj here,
37 # place WebKit.xcodeproj in Source/WebKit/chromium/.gitignore 41 # place WebKit.xcodeproj in Source/WebKit/chromium/.gitignore
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/SlowTests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698