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

Side by Side Diff: .gitignore

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