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

Side by Side Diff: .gitignore

Issue 6599005: Add third_party/{pylib,scons} to .gitignore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | 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 *.Makefile 1 *.Makefile
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.ninja 4 *.ninja
5 *.pyc 5 *.pyc
6 *.rules 6 *.rules
7 *.scons 7 *.scons
8 *.sln 8 *.sln
9 *.suo 9 *.suo
10 *.user 10 *.user
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 /third_party/mingw-w64 100 /third_party/mingw-w64
101 /third_party/nss 101 /third_party/nss
102 /third_party/openssl 102 /third_party/openssl
103 /third_party/ots 103 /third_party/ots
104 /third_party/pdfsqueeze 104 /third_party/pdfsqueeze
105 /third_party/pefile 105 /third_party/pefile
106 /third_party/platformsdk_win2008_6_1 106 /third_party/platformsdk_win2008_6_1
107 /third_party/platformsdk_win7 107 /third_party/platformsdk_win7
108 /third_party/ppapi 108 /third_party/ppapi
109 /third_party/pthreads-win32 109 /third_party/pthreads-win32
110 /third_party/pylib
110 /third_party/python_24 111 /third_party/python_24
111 /third_party/python_26 112 /third_party/python_26
112 /third_party/pywebsocket 113 /third_party/pywebsocket
113 /third_party/safe_browsing/testing 114 /third_party/safe_browsing/testing
115 /third_party/scons
114 /third_party/skia 116 /third_party/skia
115 /third_party/speex 117 /third_party/speex
116 /third_party/swig 118 /third_party/swig
117 /third_party/valgrind 119 /third_party/valgrind
118 /third_party/webdriver/python 120 /third_party/webdriver/python
119 /third_party/xdg-utils 121 /third_party/xdg-utils
120 /third_party/xulrunner-sdk 122 /third_party/xulrunner-sdk
121 /third_party/yasm/binaries 123 /third_party/yasm/binaries
122 /third_party/yasm/source/patched-yasm 124 /third_party/yasm/source/patched-yasm
123 /tools/distcc 125 /tools/distcc
124 /tools/grit/grit/test/data 126 /tools/grit/grit/test/data
125 /tools/gyp 127 /tools/gyp
126 /tools/histograms 128 /tools/histograms
127 /tools/page_cycler/acid3 129 /tools/page_cycler/acid3
128 /tools/tryserver 130 /tools/tryserver
129 /v8 131 /v8
130 /webkit/Debug 132 /webkit/Debug
131 /webkit/Release 133 /webkit/Release
132 /webkit/data/bmp_decoder 134 /webkit/data/bmp_decoder
133 /webkit/data/ico_decoder 135 /webkit/data/ico_decoder
134 /webkit/data/layout_tests/LayoutTests 136 /webkit/data/layout_tests/LayoutTests
135 /webkit/data/test_shell/plugins 137 /webkit/data/test_shell/plugins
136 /webkit/data/xbm_decoder 138 /webkit/data/xbm_decoder
137 /x86-generic_out/ 139 /x86-generic_out/
138 /xcodebuild 140 /xcodebuild
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