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

Side by Side Diff: .gitignore

Issue 5519012: Tell git to ignore python 2.6, which NaCl includes using DEPS on windows. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years 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 *.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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 /third_party/nss 87 /third_party/nss
88 /third_party/openssl 88 /third_party/openssl
89 /third_party/ots 89 /third_party/ots
90 /third_party/pdfsqueeze 90 /third_party/pdfsqueeze
91 /third_party/pefile 91 /third_party/pefile
92 /third_party/platformsdk_win2008_6_1 92 /third_party/platformsdk_win2008_6_1
93 /third_party/platformsdk_win7 93 /third_party/platformsdk_win7
94 /third_party/ppapi 94 /third_party/ppapi
95 /third_party/pthreads-win32 95 /third_party/pthreads-win32
96 /third_party/python_24 96 /third_party/python_24
97 /third_party/python_26
97 /third_party/pywebsocket 98 /third_party/pywebsocket
98 /third_party/safe_browsing/testing 99 /third_party/safe_browsing/testing
99 /third_party/skia 100 /third_party/skia
100 /third_party/speex 101 /third_party/speex
101 /third_party/swig 102 /third_party/swig
102 /third_party/valgrind 103 /third_party/valgrind
103 /third_party/xdg-utils 104 /third_party/xdg-utils
104 /third_party/xulrunner-sdk 105 /third_party/xulrunner-sdk
105 /third_party/yasm/source/patched-yasm 106 /third_party/yasm/source/patched-yasm
106 /tools/distcc 107 /tools/distcc
107 /tools/grit/grit/test/data 108 /tools/grit/grit/test/data
108 /tools/gyp 109 /tools/gyp
109 /tools/histograms 110 /tools/histograms
110 /tools/page_cycler/acid3 111 /tools/page_cycler/acid3
111 /tools/tryserver 112 /tools/tryserver
112 /v8 113 /v8
113 /valgrind.tmp 114 /valgrind.tmp
114 /webkit/Debug 115 /webkit/Debug
115 /webkit/Release 116 /webkit/Release
116 /webkit/data/bmp_decoder 117 /webkit/data/bmp_decoder
117 /webkit/data/ico_decoder 118 /webkit/data/ico_decoder
118 /webkit/data/layout_tests/LayoutTests 119 /webkit/data/layout_tests/LayoutTests
119 /webkit/data/test_shell/plugins 120 /webkit/data/test_shell/plugins
120 /webkit/data/xbm_decoder 121 /webkit/data/xbm_decoder
121 /x86-generic_out/ 122 /x86-generic_out/
122 /xcodebuild 123 /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