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

Side by Side Diff: .gitignore

Issue 19500011: Add gitignore entries for MSVS files (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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 | 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 *.a 1 *.a
2 *.exe 2 *.exe
3 *.idb 3 *.idb
4 *.lib 4 *.lib
5 *.log 5 *.log
6 *.map 6 *.map
7 *.mk 7 *.mk
8 *.ncb 8 *.ncb
9 *.pdb 9 *.pdb
10 *.pyc 10 *.pyc
11 *.scons* 11 *.scons*
12 *.sdf
12 *.sln 13 *.sln
13 *.so 14 *.so
14 *.suo 15 *.suo
15 *.user 16 *.user
16 *.vcproj 17 *.vcproj
18 *.vcxproj
19 *.vcxproj.filters
17 *.xcodeproj 20 *.xcodeproj
18 #*# 21 #*#
19 *~ 22 *~
20 .cpplint-cache 23 .cpplint-cache
21 .d8_history 24 .d8_history
22 bsuite 25 bsuite
23 d8 26 d8
24 d8_g 27 d8_g
25 shell 28 shell
26 shell_g 29 shell_g
27 /build/Debug 30 /build/Debug
28 /build/gyp 31 /build/gyp
32 /build/ipch/
29 /build/Release 33 /build/Release
30 /obj 34 /obj
31 /out 35 /out
32 /test/cctest/cctest.status2 36 /test/cctest/cctest.status2
33 /test/message/message.status2 37 /test/message/message.status2
34 /test/mjsunit/mjsunit.status2 38 /test/mjsunit/mjsunit.status2
35 /test/mozilla/CHECKED_OUT_VERSION 39 /test/mozilla/CHECKED_OUT_VERSION
36 /test/mozilla/data 40 /test/mozilla/data
37 /test/mozilla/downloaded_* 41 /test/mozilla/downloaded_*
38 /test/mozilla/mozilla.status2 42 /test/mozilla/mozilla.status2
39 /test/preparser/preparser.status2 43 /test/preparser/preparser.status2
40 /test/test262/data 44 /test/test262/data
41 /test/test262/test262-* 45 /test/test262/test262-*
42 /test/test262/test262.status2 46 /test/test262/test262.status2
43 /test/webkit/webkit.status2 47 /test/webkit/webkit.status2
44 /third_party 48 /third_party
45 /tools/jsfunfuzz 49 /tools/jsfunfuzz
46 /tools/jsfunfuzz.zip 50 /tools/jsfunfuzz.zip
47 /tools/oom_dump/oom_dump 51 /tools/oom_dump/oom_dump
48 /tools/oom_dump/oom_dump.o 52 /tools/oom_dump/oom_dump.o
49 /tools/visual_studio/Debug 53 /tools/visual_studio/Debug
50 /tools/visual_studio/Release 54 /tools/visual_studio/Release
51 /xcodebuild 55 /xcodebuild
52 TAGS 56 TAGS
53 *.Makefile 57 *.Makefile
54 GTAGS 58 GTAGS
55 GRTAGS 59 GRTAGS
56 GSYMS 60 GSYMS
57 GPATH 61 GPATH
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