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

Side by Side Diff: webrtc/.gitignore

Issue 1432413002: Flesh out webrtc/.gitignore (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed extraneous ignore entries Created 5 years, 1 month 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 | 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 # This file is for projects that checkout webrtc/ directly (e.g. Chromium). 1 # This file is for projects that checkout webrtc/ directly (e.g. Chromium). It
2 *.mk 2 # is a copy of the head of the .gitignore file in the parent directory.
kjellander_webrtc 2015/11/16 04:43:57 Please update the comment as it's no longer true.
brucedawson 2015/11/16 18:06:47 Done. Technically I had already updated the comme
3 *.DS_Store
4 *.Makefile
5 *.host.mk
6 *.ncb
7 *.ninja
8 *.props
9 *.pyc
10 *.rules
11 *.scons
12 *.sdf
13 *.sln
14 *.suo
15 *.target.mk
16 *.targets
17 *.user
18 *.vcproj
19 *.vcxproj
20 *.vcxproj.filters
21 *.vpj
22 *.vpw
23 *.vpwhistu
24 *.vtg
25 *.xcodeproj
26 *_proto.xml
27 *_proto_cpp.xml
28 *~
29 .*.sw?
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