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

Side by Side Diff: .gitignore

Issue 22640016: Add vim swap files, goma locks, and intl test status files to gitignore (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 4 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 *.sdf
13 *.sln 13 *.sln
14 *.so 14 *.so
15 *.suo 15 *.suo
16 *.user 16 *.user
17 *.vcproj 17 *.vcproj
18 *.vcxproj 18 *.vcxproj
19 *.vcxproj.filters 19 *.vcxproj.filters
20 *.xcodeproj 20 *.xcodeproj
21 #*# 21 #*#
22 *~ 22 *~
23 .cpplint-cache 23 .cpplint-cache
24 .d8_history 24 .d8_history
25 .*.sw?
25 bsuite 26 bsuite
26 d8 27 d8
27 d8_g 28 d8_g
28 shell 29 shell
29 shell_g 30 shell_g
30 /_* 31 /_*
31 /build/Debug 32 /build/Debug
33 /build/gomacc.lock
32 /build/gyp 34 /build/gyp
33 /build/ipch/ 35 /build/ipch/
34 /build/Release 36 /build/Release
35 /hydrogen.cfg 37 /hydrogen.cfg
36 /obj 38 /obj
37 /out 39 /out
38 /perf.data 40 /perf.data
39 /perf.data.old 41 /perf.data.old
40 /test/benchmarks/benchmarks.status2 42 /test/benchmarks/benchmarks.status2
41 /test/benchmarks/CHECKED_OUT_* 43 /test/benchmarks/CHECKED_OUT_*
42 /test/benchmarks/downloaded_* 44 /test/benchmarks/downloaded_*
43 /test/benchmarks/kraken 45 /test/benchmarks/kraken
44 /test/benchmarks/octane 46 /test/benchmarks/octane
45 /test/benchmarks/sunspider 47 /test/benchmarks/sunspider
46 /test/cctest/cctest.status2 48 /test/cctest/cctest.status2
49 /test/intl/intl.status2
47 /test/message/message.status2 50 /test/message/message.status2
48 /test/mjsunit/mjsunit.status2 51 /test/mjsunit/mjsunit.status2
49 /test/mozilla/CHECKED_OUT_VERSION 52 /test/mozilla/CHECKED_OUT_VERSION
50 /test/mozilla/data 53 /test/mozilla/data
51 /test/mozilla/downloaded_* 54 /test/mozilla/downloaded_*
52 /test/mozilla/mozilla.status2 55 /test/mozilla/mozilla.status2
53 /test/preparser/preparser.status2 56 /test/preparser/preparser.status2
54 /test/test262/data 57 /test/test262/data
55 /test/test262/test262-* 58 /test/test262/test262-*
56 /test/test262/test262.status2 59 /test/test262/test262.status2
57 /test/webkit/webkit.status2 60 /test/webkit/webkit.status2
58 /third_party 61 /third_party
59 /tools/jsfunfuzz 62 /tools/jsfunfuzz
60 /tools/jsfunfuzz.zip 63 /tools/jsfunfuzz.zip
61 /tools/oom_dump/oom_dump 64 /tools/oom_dump/oom_dump
62 /tools/oom_dump/oom_dump.o 65 /tools/oom_dump/oom_dump.o
63 /tools/visual_studio/Debug 66 /tools/visual_studio/Debug
64 /tools/visual_studio/Release 67 /tools/visual_studio/Release
65 /v8.log.ll 68 /v8.log.ll
66 /xcodebuild 69 /xcodebuild
67 TAGS 70 TAGS
68 *.Makefile 71 *.Makefile
69 GTAGS 72 GTAGS
70 GRTAGS 73 GRTAGS
71 GSYMS 74 GSYMS
72 GPATH 75 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