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

Side by Side Diff: .gitignore

Issue 290453004: Ignore Eclipse project description files. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 | 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 .cproject
24 .d8_history 25 .d8_history
26 .project
27 .pydevproject
28 .settings
25 .*.sw? 29 .*.sw?
26 bsuite 30 bsuite
27 d8 31 d8
28 d8_g 32 d8_g
29 shell 33 shell
30 shell_g 34 shell_g
31 /_* 35 /_*
32 /build/Debug 36 /build/Debug
33 /build/gyp 37 /build/gyp
34 /build/ipch/ 38 /build/ipch/
(...skipping 25 matching lines...) Expand all
60 /tools/visual_studio/Release 64 /tools/visual_studio/Release
61 /v8.log.ll 65 /v8.log.ll
62 /xcodebuild 66 /xcodebuild
63 TAGS 67 TAGS
64 *.Makefile 68 *.Makefile
65 GTAGS 69 GTAGS
66 GRTAGS 70 GRTAGS
67 GSYMS 71 GSYMS
68 GPATH 72 GPATH
69 gtags.files 73 gtags.files
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