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

Side by Side Diff: .gitignore

Issue 2693343002: Pull Chromium dependencies to Pipa checkout via DEPS and GITDEPS. (Closed)
Patch Set: One code block in Readme Created 3 years, 10 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 | DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 *.Makefile
2 *.gypcmd
3 *.mk
4 *.ncb
5 *.ninja
6 *.opensdf
7 *.props
8 *.pyc
9 *.rules
10 *.sdf
11 *.sln
12 *.suo
13 *.targets
14 *.user
15 *.vcproj
16 *.vcxproj
17 *.vcxproj.filters
18 *.vpj
19 *.vpw
20 *.vpwhistu
21 *.vtg
22 *.xcodeproj
23 *_proto.xml
24 *_proto_cpp.xml
25 *~
26 !Android.mk
27 .*.sw?
28 .DS_Store
29 .classpath
30 .cproject
31 .gdb_history
32 .gdbinit
33 .metadata
34 .project
35 .pydevproject
36 # Settings directory for eclipse
37 /.settings
38 .checkstyle
39 cscope.*
40 Session.vim
41 tags
42 Thumbs.db
43 # Generated folders
44 /out
45 # Sublime Text Tags
46 .tags*
47 # Created when pulling in git deps.
48 /.gitdeps-cache
49 ##################################################
50 # Chrome folders we pull in from DEPS and GITDEPS
51 /base
52 /build
53 /buildtools
54 /testing
55 /tools
56 # Third party folders we pull in from DEPS
57 /third_party/protobuf
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698