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

Side by Side Diff: .gitignore

Issue 2089023: Add vim temporary files to .gitignore. (Closed)
Patch Set: Created 10 years, 7 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 .*.sw?
Robert Sesek 2010/05/24 21:00:59 Why "sw?" instead of "sw*"
13 .metadata 14 .metadata
14 .project 15 .project
15 .cproject 16 .cproject
16 /_out 17 /_out
17 /Makefile 18 /Makefile
18 /breakpad/src/ 19 /breakpad/src/
19 /build/util/support 20 /build/util/support
20 /chrome/Debug 21 /chrome/Debug
21 /chrome/Hammer 22 /chrome/Hammer
22 /chrome/Release 23 /chrome/Release
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 /v8 92 /v8
92 /webkit/Debug 93 /webkit/Debug
93 /webkit/Release 94 /webkit/Release
94 /webkit/data/bmp_decoder 95 /webkit/data/bmp_decoder
95 /webkit/data/ico_decoder 96 /webkit/data/ico_decoder
96 /webkit/data/layout_tests/LayoutTests 97 /webkit/data/layout_tests/LayoutTests
97 /webkit/data/test_shell/plugins 98 /webkit/data/test_shell/plugins
98 /webkit/data/xbm_decoder 99 /webkit/data/xbm_decoder
99 /xcodebuild 100 /xcodebuild
100 SConstruct 101 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