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

Side by Side Diff: .gitignore

Issue 2045010: Add third_party/ppapi to .gitignore (Closed)
Patch Set: Created 10 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
« 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 *.Makefile 1 *.Makefile
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.pyc 4 *.pyc
5 *.rules 5 *.rules
6 *.scons 6 *.scons
7 *.sln 7 *.sln
8 *.suo 8 *.suo
9 *.user 9 *.user
10 *.vcproj 10 *.vcproj
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 /third_party/hunspell 63 /third_party/hunspell
64 /third_party/icu 64 /third_party/icu
65 /third_party/lighttpd 65 /third_party/lighttpd
66 /third_party/mingw-w64 66 /third_party/mingw-w64
67 /third_party/nss 67 /third_party/nss
68 /third_party/ots 68 /third_party/ots
69 /third_party/pefile 69 /third_party/pefile
70 /third_party/personalization 70 /third_party/personalization
71 /third_party/pdfsqueeze 71 /third_party/pdfsqueeze
72 /third_party/platformsdk_win2008_6_1 72 /third_party/platformsdk_win2008_6_1
73 /third_party/ppapi
73 /third_party/protobuf2 74 /third_party/protobuf2
74 /third_party/pthreads-win32 75 /third_party/pthreads-win32
75 /third_party/python_24 76 /third_party/python_24
76 /third_party/pywebsocket 77 /third_party/pywebsocket
77 /third_party/skia 78 /third_party/skia
78 /third_party/swig 79 /third_party/swig
79 /third_party/valgrind 80 /third_party/valgrind
80 /third_party/xdg-utils 81 /third_party/xdg-utils
81 /third_party/xulrunner-sdk 82 /third_party/xulrunner-sdk
82 /third_party/yasm/source/patched-yasm 83 /third_party/yasm/source/patched-yasm
83 /tools/distcc 84 /tools/distcc
84 /tools/grit/grit/test/data 85 /tools/grit/grit/test/data
85 /tools/gyp 86 /tools/gyp
86 /tools/page_cycler/acid3 87 /tools/page_cycler/acid3
87 /tools/tryserver 88 /tools/tryserver
88 /valgrind.tmp 89 /valgrind.tmp
89 /v8 90 /v8
90 /webkit/Debug 91 /webkit/Debug
91 /webkit/Release 92 /webkit/Release
92 /webkit/data/bmp_decoder 93 /webkit/data/bmp_decoder
93 /webkit/data/ico_decoder 94 /webkit/data/ico_decoder
94 /webkit/data/layout_tests/LayoutTests 95 /webkit/data/layout_tests/LayoutTests
95 /webkit/data/test_shell/plugins 96 /webkit/data/test_shell/plugins
96 /webkit/data/xbm_decoder 97 /webkit/data/xbm_decoder
97 /xcodebuild 98 /xcodebuild
98 SConstruct 99 SConstruct
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