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

Side by Side Diff: .gitignore

Issue 9700026: Ignore untracked files on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ...and ipch/ Created 8 years, 9 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 *.opensdf
5 *.props 6 *.props
6 *.pyc 7 *.pyc
7 *.rules 8 *.rules
8 *.scons 9 *.scons
9 *.sdf 10 *.sdf
10 *.sln 11 *.sln
11 *.suo 12 *.suo
12 *.targets 13 *.targets
13 *.user 14 *.user
14 *.vcproj 15 *.vcproj
(...skipping 14 matching lines...) Expand all
29 .project 30 .project
30 tags 31 tags
31 Thumbs.db 32 Thumbs.db
32 v8.log 33 v8.log
33 /Makefile 34 /Makefile
34 /_out 35 /_out
35 /breakpad/src/ 36 /breakpad/src/
36 /build/Debug 37 /build/Debug
37 /build/Purify 38 /build/Purify
38 /build/Release 39 /build/Release
40 /build/ipch/
39 /build/util/LASTCHANGE 41 /build/util/LASTCHANGE
40 /build/util/support 42 /build/util/support
43 /build/x64/
41 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. 44 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
42 /c 45 /c
43 /ceee/internal/ 46 /ceee/internal/
44 /chrome/Debug 47 /chrome/Debug
45 /chrome/Hammer 48 /chrome/Hammer
46 /chrome/Release 49 /chrome/Release
50 /chrome/app/policy/cloud_policy_backend_header_compile.xml
51 /chrome/app/policy/cloud_policy_proto_compile.xml
47 /chrome/app/theme/google_chrome 52 /chrome/app/theme/google_chrome
48 /chrome/browser/autofill/internal 53 /chrome/browser/autofill/internal
49 /chrome/browser/extensions/default_extensions/chromeos 54 /chrome/browser/extensions/default_extensions/chromeos
50 /chrome/browser/protector/internal 55 /chrome/browser/protector/internal
51 /chrome/browser/resources/software_rendering_list 56 /chrome/browser/resources/software_rendering_list
52 /chrome/browser/spellchecker/internal 57 /chrome/browser/spellchecker/internal
58 /chrome/browser/sync/protocol/sync_proto.xml
59 /chrome/cert_logger_proto.xml
60 /chrome/chrome_version_resources.xml
61 /chrome/common/extensions/api/api.xml
62 /chrome/feedback_proto.xml
63 /chrome/in_memory_url_index_cache_proto.xml
64 # /chrome/installer/(Debug|Release|x64|ipch) should be in the global output dire ctory.
gab 2012/03/16 15:20:46 So, I was going to fix this, but it seems chrome.s
65 /chrome/installer/Debug/
66 /chrome/installer/Release/
67 /chrome/installer/ipch/
53 /chrome/installer/linux 68 /chrome/installer/linux
54 /chrome/installer/mac/internal 69 /chrome/installer/mac/internal
55 /chrome/installer/mac/third_party/xz/xz 70 /chrome/installer/mac/third_party/xz/xz
71 /chrome/installer/mini_installer.xml
72 /chrome/installer/mini_installer/mini_installer.aps
73 /chrome/installer/mini_installer_syzygy.xml
74 /chrome/installer/x64/
75 /chrome/installer_util_strings.xml
76 /chrome/metrics_proto.xml
77 /chrome/safe_browsing_proto.xml
78 /chrome/safe_browsing_report_proto.xml
79 /chrome/setup.xml
56 /chrome/test/chromeos/autotest/files/client/deps/chrome_test/test_src/ 80 /chrome/test/chromeos/autotest/files/client/deps/chrome_test/test_src/
57 /chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/test_src/ 81 /chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/test_src/
58 /chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin 82 /chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin
59 /chrome/test/data/firefox2_profile/searchplugins 83 /chrome/test/data/firefox2_profile/searchplugins
60 /chrome/test/data/firefox2_searchplugins 84 /chrome/test/data/firefox2_searchplugins
61 /chrome/test/data/firefox3_profile/searchplugins 85 /chrome/test/data/firefox3_profile/searchplugins
62 /chrome/test/data/firefox3_searchplugins 86 /chrome/test/data/firefox3_searchplugins
63 /chrome/test/data/layout_tests 87 /chrome/test/data/layout_tests
64 /chrome/test/data/osdd 88 /chrome/test/data/osdd
65 /chrome/test/data/perf/canvas_bench 89 /chrome/test/data/perf/canvas_bench
66 /chrome/test/data/perf/frame_rate/content 90 /chrome/test/data/perf/frame_rate/content
67 /chrome/test/data/perf/frame_rate/private 91 /chrome/test/data/perf/frame_rate/private
68 /chrome/test/data/perf/private/ 92 /chrome/test/data/perf/private/
69 /chrome/test/data/plugin 93 /chrome/test/data/plugin
70 /chrome/test/data/pyauto_private 94 /chrome/test/data/pyauto_private
71 /chrome/tools/memory 95 /chrome/tools/memory
72 /chrome/tools/test/reference_build 96 /chrome/tools/test/reference_build
97 /chrome_frame/chrome_frame_ie.xml
73 /chrome_frame/tools/test/reference_build 98 /chrome_frame/tools/test/reference_build
74 /data 99 /data
75 /googleurl 100 /googleurl
76 /gpu/gles2_conform_test 101 /gpu/gles2_conform_test
77 /gyp-mac-tool 102 /gyp-mac-tool
103 /media/yuv_convert_simd_x86.xml
78 /native_client 104 /native_client
79 /net/Debug 105 /net/Debug
80 /net/Release 106 /net/Release
81 /net/testserver.log 107 /net/testserver.log
82 /out 108 /out
83 /out_* 109 /out_*
110 /ppapi/native_client/nacl_irt.xml
111 /ppapi/native_client/ppapi_lib.xml
112 /ppapi/native_client/src/shared/ppapi_proxy/nacl_ppapi_browser.xml
113 /ppapi/native_client/src/shared/ppapi_proxy/ppruntime_lib.xml
114 /ppapi/native_client/src/trusted/plugin/ppGoogleNaClPluginChrome.xml
84 /remoting/appengine/ 115 /remoting/appengine/
116 /remoting/proto/chromotocol_proto_lib.xml
117 /remoting/proto/trace_proto_lib.xml
118 /remoting/remoting_me2me_host.xml
85 /remoting/tools/internal/ 119 /remoting/tools/internal/
86 /rlz 120 /rlz
87 /sdch/open-vcdiff 121 /sdch/open-vcdiff
88 /seccompsandbox 122 /seccompsandbox
123 /sync/protocol/sync_proto.xml
89 /testing/gmock 124 /testing/gmock
90 /testing/gtest 125 /testing/gtest
91 /testserver.log 126 /testserver.log
92 /third_party/GTM 127 /third_party/GTM
93 /third_party/WebKit 128 /third_party/WebKit
94 /third_party/adobe/flash/binaries 129 /third_party/adobe/flash/binaries
130 /third_party/adobe/flash/symbols
95 /third_party/angle 131 /third_party/angle
96 /third_party/aosp 132 /third_party/aosp
97 /third_party/asan 133 /third_party/asan
98 /third_party/bidichecker 134 /third_party/bidichecker
135 /third_party/cacheinvalidation/cacheinvalidation_proto.xml
99 /third_party/cacheinvalidation/files 136 /third_party/cacheinvalidation/files
100 /third_party/chromeos_login_manager 137 /third_party/chromeos_login_manager
101 /third_party/chromeos_text_input 138 /third_party/chromeos_text_input
102 /third_party/cros 139 /third_party/cros
103 /third_party/cros_system_api 140 /third_party/cros_system_api
104 /third_party/cygwin 141 /third_party/cygwin
105 /third_party/directxsdk 142 /third_party/directxsdk
106 /third_party/drmemory 143 /third_party/drmemory
144 /third_party/ffmpeg
107 /third_party/flac 145 /third_party/flac
108 /third_party/freetype 146 /third_party/freetype
109 /third_party/adobe/flash/symbols
110 /third_party/ffmpeg
111 /third_party/gles2_conform 147 /third_party/gles2_conform
112 /third_party/gold 148 /third_party/gold
113 /third_party/googlemac 149 /third_party/googlemac
114 /third_party/hunspell 150 /third_party/hunspell
115 /third_party/hunspell_dictionaries 151 /third_party/hunspell_dictionaries
116 /third_party/icu 152 /third_party/icu
117 /third_party/jsoncpp/source 153 /third_party/jsoncpp/source
118 /third_party/leveldatabase/src 154 /third_party/leveldatabase/src
119 /third_party/leveldb 155 /third_party/leveldb
120 /third_party/libjingle/source 156 /third_party/libjingle/source
121 /third_party/libjpeg_turbo 157 /third_party/libjpeg_turbo
158 /third_party/libphonenumber/libphonenumber.xml
122 /third_party/libphonenumber/src 159 /third_party/libphonenumber/src
123 /third_party/libsrtp 160 /third_party/libsrtp
124 /third_party/libvpx 161 /third_party/libvpx
125 /third_party/libyuv 162 /third_party/libyuv
126 /third_party/lighttpd 163 /third_party/lighttpd
127 /third_party/lss
128 /third_party/llvm 164 /third_party/llvm
129 /third_party/llvm-build 165 /third_party/llvm-build
166 /third_party/lss
130 /third_party/mingw-w64 167 /third_party/mingw-w64
131 /third_party/mkl 168 /third_party/mkl
132 /third_party/mozc 169 /third_party/mozc
170 /third_party/nacl_sdk_binaries/
133 /third_party/nss 171 /third_party/nss
134 /third_party/openssl 172 /third_party/openssl
135 /third_party/ots 173 /third_party/ots
136 /third_party/pdfsqueeze 174 /third_party/pdfsqueeze
137 /third_party/pefile 175 /third_party/pefile
138 /third_party/platformsdk_win2008_6_1 176 /third_party/platformsdk_win2008_6_1
139 /third_party/platformsdk_win7 177 /third_party/platformsdk_win7
140 /third_party/ppapi 178 /third_party/ppapi
141 /third_party/psyco_win32 179 /third_party/psyco_win32
142 /third_party/pthreads-win32 180 /third_party/pthreads-win32
181 /third_party/pyftpdlib/src
143 /third_party/pylib 182 /third_party/pylib
144 /third_party/pyftpdlib/src
145 /third_party/pymox/src 183 /third_party/pymox/src
146 /third_party/python_24 184 /third_party/python_24
147 /third_party/python_26 185 /third_party/python_26
148 /third_party/pywebsocket 186 /third_party/pywebsocket
149 /third_party/safe_browsing/testing 187 /third_party/safe_browsing/testing
150 /third_party/scons-2.0.1 188 /third_party/scons-2.0.1
151 /third_party/sfntly 189 /third_party/sfntly
152 /third_party/skia 190 /third_party/skia
153 /third_party/smhasher 191 /third_party/smhasher
154 /third_party/snappy/src 192 /third_party/snappy/src
155 /third_party/speex 193 /third_party/speex
194 /third_party/swiftshader/include/
156 /third_party/swig 195 /third_party/swig
157 /third_party/syzygy/binaries 196 /third_party/syzygy/binaries
158 /third_party/undoview 197 /third_party/undoview
159 /third_party/v8-i18n 198 /third_party/v8-i18n
160 /third_party/valgrind 199 /third_party/valgrind
161 /third_party/webdriver/pylib 200 /third_party/webdriver/pylib
162 /third_party/webdriver/python/selenium 201 /third_party/webdriver/python/selenium
163 /third_party/webgl_conformance 202 /third_party/webgl_conformance
164 /third_party/webrtc 203 /third_party/webrtc
165 /third_party/xdg-utils 204 /third_party/xdg-utils
166 /third_party/xulrunner-sdk 205 /third_party/xulrunner-sdk
167 /third_party/yasm/binaries 206 /third_party/yasm/binaries
207 /third_party/yasm/generate_files.xml
168 /third_party/yasm/source/patched-yasm 208 /third_party/yasm/source/patched-yasm
209 /third_party/yasm/yasm.xml
169 /tools/distcc 210 /tools/distcc
170 /tools/grit 211 /tools/grit
171 /tools/gyp 212 /tools/gyp
172 /tools/histograms 213 /tools/histograms
214 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml
173 /tools/page_cycler/acid3 215 /tools/page_cycler/acid3
174 /tools/tryserver 216 /tools/tryserver
175 /v8 217 /v8
176 /webkit/Debug 218 /webkit/Debug
177 /webkit/Release 219 /webkit/Release
178 /webkit/data/bmp_decoder 220 /webkit/data/bmp_decoder
179 /webkit/data/ico_decoder 221 /webkit/data/ico_decoder
180 /webkit/data/layout_tests/LayoutTests 222 /webkit/data/layout_tests/LayoutTests
181 /webkit/data/test_shell/plugins 223 /webkit/data/test_shell/plugins
182 /webkit/data/xbm_decoder 224 /webkit/data/xbm_decoder
183 /x86-generic_out/ 225 /x86-generic_out/
184 /xcodebuild 226 /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