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

Side by Side Diff: .gitignore

Issue 5748003: .gitignore: added SlickEdit project wildcards (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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 | Annotate | Revision Log
« 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 *.vpj
12 *.vpw
13 *.vpwhistu
14 *.vtg
11 *.xcodeproj 15 *.xcodeproj
12 *~ 16 *~
13 .*.sw? 17 .*.sw?
14 .DS_Store 18 .DS_Store
15 .cproject 19 .cproject
16 .gdb_history 20 .gdb_history
17 .gdbinit 21 .gdbinit
18 .metadata 22 .metadata
19 .project 23 .project
20 v8.log 24 v8.log
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 /valgrind.tmp 118 /valgrind.tmp
115 /webkit/Debug 119 /webkit/Debug
116 /webkit/Release 120 /webkit/Release
117 /webkit/data/bmp_decoder 121 /webkit/data/bmp_decoder
118 /webkit/data/ico_decoder 122 /webkit/data/ico_decoder
119 /webkit/data/layout_tests/LayoutTests 123 /webkit/data/layout_tests/LayoutTests
120 /webkit/data/test_shell/plugins 124 /webkit/data/test_shell/plugins
121 /webkit/data/xbm_decoder 125 /webkit/data/xbm_decoder
122 /x86-generic_out/ 126 /x86-generic_out/
123 /xcodebuild 127 /xcodebuild
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