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

Side by Side Diff: .gitignore

Issue 1542023: Ignore Eclipse generated projects and metadata files. (Closed)
Patch Set: Created 10 years, 8 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 *.Makefile 1 *.Makefile
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.pyc 4 *.pyc
5 *.rules 5 *.rules
6 *.scons 6 *.scons
7 *.sln 7 *.sln
8 *.suo 8 *.suo
9 *.user 9 *.user
10 *.vcproj 10 *.vcproj
11 *.xcodeproj 11 *.xcodeproj
12 *~ 12 *~
13 .metadata
14 .project
15 .cproject
13 /_out 16 /_out
14 /Makefile 17 /Makefile
15 /breakpad/src/ 18 /breakpad/src/
16 /build/util/support 19 /build/util/support
17 /chrome/Debug 20 /chrome/Debug
18 /chrome/Hammer 21 /chrome/Hammer
19 /chrome/Release 22 /chrome/Release
20 /chrome/app/theme/google_chrome 23 /chrome/app/theme/google_chrome
21 /chrome/browser/autofill/internal 24 /chrome/browser/autofill/internal
22 /chrome/browser/renderer_host/translate 25 /chrome/browser/renderer_host/translate
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 /v8 83 /v8
81 /webkit/Debug 84 /webkit/Debug
82 /webkit/Release 85 /webkit/Release
83 /webkit/data/bmp_decoder 86 /webkit/data/bmp_decoder
84 /webkit/data/ico_decoder 87 /webkit/data/ico_decoder
85 /webkit/data/layout_tests/LayoutTests 88 /webkit/data/layout_tests/LayoutTests
86 /webkit/data/test_shell/plugins 89 /webkit/data/test_shell/plugins
87 /webkit/data/xbm_decoder 90 /webkit/data/xbm_decoder
88 /xcodebuild 91 /xcodebuild
89 SConstruct 92 SConstruct
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