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

Side by Side Diff: .gitignore

Issue 9700026: Ignore untracked files on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move comment back and remove .ico 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/
M-A Ruel 2012/03/14 18:17:51 This is a bug BTW, and you forgot Release. But tha
gab 2012/03/14 18:28:11 Ok, is this a known bug? Do you want me to add Rel
M-A Ruel 2012/03/14 18:34:10 There is no bug filed AFAIK. I guess it's not usin
gab 2012/03/14 20:14:37 Ok, done.
65 /chrome/installer/ipch/
53 /chrome/installer/linux 66 /chrome/installer/linux
54 /chrome/installer/mac/internal 67 /chrome/installer/mac/internal
55 /chrome/installer/mac/third_party/xz/xz 68 /chrome/installer/mac/third_party/xz/xz
69 /chrome/installer/mini_installer.xml
70 /chrome/installer/mini_installer/mini_installer.aps
71 /chrome/installer/mini_installer_syzygy.xml
72 /chrome/installer/x64/
73 /chrome/installer_util_strings.xml
74 /chrome/metrics_proto.xml
75 /chrome/safe_browsing_proto.xml
76 /chrome/safe_browsing_report_proto.xml
77 /chrome/setup.xml
56 /chrome/test/chromeos/autotest/files/client/deps/chrome_test/test_src/ 78 /chrome/test/chromeos/autotest/files/client/deps/chrome_test/test_src/
57 /chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/test_src/ 79 /chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/test_src/
58 /chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin 80 /chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin
59 /chrome/test/data/firefox2_profile/searchplugins 81 /chrome/test/data/firefox2_profile/searchplugins
60 /chrome/test/data/firefox2_searchplugins 82 /chrome/test/data/firefox2_searchplugins
61 /chrome/test/data/firefox3_profile/searchplugins 83 /chrome/test/data/firefox3_profile/searchplugins
62 /chrome/test/data/firefox3_searchplugins 84 /chrome/test/data/firefox3_searchplugins
63 /chrome/test/data/layout_tests 85 /chrome/test/data/layout_tests
64 /chrome/test/data/osdd 86 /chrome/test/data/osdd
65 /chrome/test/data/perf/canvas_bench 87 /chrome/test/data/perf/canvas_bench
66 /chrome/test/data/perf/frame_rate/content 88 /chrome/test/data/perf/frame_rate/content
67 /chrome/test/data/perf/frame_rate/private 89 /chrome/test/data/perf/frame_rate/private
68 /chrome/test/data/perf/private/ 90 /chrome/test/data/perf/private/
69 /chrome/test/data/plugin 91 /chrome/test/data/plugin
70 /chrome/test/data/pyauto_private 92 /chrome/test/data/pyauto_private
71 /chrome/tools/memory 93 /chrome/tools/memory
72 /chrome/tools/test/reference_build 94 /chrome/tools/test/reference_build
95 /chrome_frame/chrome_frame_ie.xml
73 /chrome_frame/tools/test/reference_build 96 /chrome_frame/tools/test/reference_build
74 /data 97 /data
75 /googleurl 98 /googleurl
76 /gpu/gles2_conform_test 99 /gpu/gles2_conform_test
77 /gyp-mac-tool 100 /gyp-mac-tool
101 /media/yuv_convert_simd_x86.xml
78 /native_client 102 /native_client
79 /net/Debug 103 /net/Debug
80 /net/Release 104 /net/Release
81 /net/testserver.log 105 /net/testserver.log
82 /out 106 /out
83 /out_* 107 /out_*
108 /ppapi/native_client/nacl_irt.xml
109 /ppapi/native_client/ppapi_lib.xml
110 /ppapi/native_client/src/shared/ppapi_proxy/nacl_ppapi_browser.xml
111 /ppapi/native_client/src/shared/ppapi_proxy/ppruntime_lib.xml
112 /ppapi/native_client/src/trusted/plugin/ppGoogleNaClPluginChrome.xml
84 /remoting/appengine/ 113 /remoting/appengine/
114 /remoting/proto/chromotocol_proto_lib.xml
115 /remoting/proto/trace_proto_lib.xml
116 /remoting/remoting_me2me_host.xml
85 /remoting/tools/internal/ 117 /remoting/tools/internal/
86 /rlz 118 /rlz
87 /sdch/open-vcdiff 119 /sdch/open-vcdiff
88 /seccompsandbox 120 /seccompsandbox
121 /sync/protocol/sync_proto.xml
89 /testing/gmock 122 /testing/gmock
90 /testing/gtest 123 /testing/gtest
91 /testserver.log 124 /testserver.log
92 /third_party/GTM 125 /third_party/GTM
93 /third_party/WebKit 126 /third_party/WebKit
94 /third_party/adobe/flash/binaries 127 /third_party/adobe/flash/binaries
128 /third_party/adobe/flash/symbols
95 /third_party/angle 129 /third_party/angle
96 /third_party/aosp 130 /third_party/aosp
97 /third_party/asan 131 /third_party/asan
98 /third_party/bidichecker 132 /third_party/bidichecker
133 /third_party/cacheinvalidation/cacheinvalidation_proto.xml
99 /third_party/cacheinvalidation/files 134 /third_party/cacheinvalidation/files
100 /third_party/chromeos_login_manager 135 /third_party/chromeos_login_manager
101 /third_party/chromeos_text_input 136 /third_party/chromeos_text_input
102 /third_party/cros 137 /third_party/cros
103 /third_party/cros_system_api 138 /third_party/cros_system_api
104 /third_party/cygwin 139 /third_party/cygwin
105 /third_party/directxsdk 140 /third_party/directxsdk
106 /third_party/drmemory 141 /third_party/drmemory
142 /third_party/ffmpeg
107 /third_party/flac 143 /third_party/flac
108 /third_party/freetype 144 /third_party/freetype
109 /third_party/adobe/flash/symbols
110 /third_party/ffmpeg
111 /third_party/gles2_conform 145 /third_party/gles2_conform
112 /third_party/gold 146 /third_party/gold
113 /third_party/googlemac 147 /third_party/googlemac
114 /third_party/hunspell 148 /third_party/hunspell
115 /third_party/hunspell_dictionaries 149 /third_party/hunspell_dictionaries
116 /third_party/icu 150 /third_party/icu
117 /third_party/jsoncpp/source 151 /third_party/jsoncpp/source
118 /third_party/leveldatabase/src 152 /third_party/leveldatabase/src
119 /third_party/leveldb 153 /third_party/leveldb
120 /third_party/libjingle/source 154 /third_party/libjingle/source
121 /third_party/libjpeg_turbo 155 /third_party/libjpeg_turbo
156 /third_party/libphonenumber/libphonenumber.xml
122 /third_party/libphonenumber/src 157 /third_party/libphonenumber/src
123 /third_party/libsrtp 158 /third_party/libsrtp
124 /third_party/libvpx 159 /third_party/libvpx
125 /third_party/libyuv 160 /third_party/libyuv
126 /third_party/lighttpd 161 /third_party/lighttpd
127 /third_party/lss
128 /third_party/llvm 162 /third_party/llvm
129 /third_party/llvm-build 163 /third_party/llvm-build
164 /third_party/lss
130 /third_party/mingw-w64 165 /third_party/mingw-w64
131 /third_party/mkl 166 /third_party/mkl
132 /third_party/mozc 167 /third_party/mozc
168 /third_party/nacl_sdk_binaries/
133 /third_party/nss 169 /third_party/nss
134 /third_party/openssl 170 /third_party/openssl
135 /third_party/ots 171 /third_party/ots
136 /third_party/pdfsqueeze 172 /third_party/pdfsqueeze
137 /third_party/pefile 173 /third_party/pefile
138 /third_party/platformsdk_win2008_6_1 174 /third_party/platformsdk_win2008_6_1
139 /third_party/platformsdk_win7 175 /third_party/platformsdk_win7
140 /third_party/ppapi 176 /third_party/ppapi
141 /third_party/psyco_win32 177 /third_party/psyco_win32
142 /third_party/pthreads-win32 178 /third_party/pthreads-win32
179 /third_party/pyftpdlib/src
143 /third_party/pylib 180 /third_party/pylib
144 /third_party/pyftpdlib/src
145 /third_party/pymox/src 181 /third_party/pymox/src
146 /third_party/python_24 182 /third_party/python_24
147 /third_party/python_26 183 /third_party/python_26
148 /third_party/pywebsocket 184 /third_party/pywebsocket
149 /third_party/safe_browsing/testing 185 /third_party/safe_browsing/testing
150 /third_party/scons-2.0.1 186 /third_party/scons-2.0.1
151 /third_party/sfntly 187 /third_party/sfntly
152 /third_party/skia 188 /third_party/skia
153 /third_party/smhasher 189 /third_party/smhasher
154 /third_party/snappy/src 190 /third_party/snappy/src
155 /third_party/speex 191 /third_party/speex
192 /third_party/swiftshader/include/
156 /third_party/swig 193 /third_party/swig
157 /third_party/syzygy/binaries 194 /third_party/syzygy/binaries
158 /third_party/undoview 195 /third_party/undoview
159 /third_party/v8-i18n 196 /third_party/v8-i18n
160 /third_party/valgrind 197 /third_party/valgrind
161 /third_party/webdriver/pylib 198 /third_party/webdriver/pylib
162 /third_party/webdriver/python/selenium 199 /third_party/webdriver/python/selenium
163 /third_party/webgl_conformance 200 /third_party/webgl_conformance
164 /third_party/webrtc 201 /third_party/webrtc
165 /third_party/xdg-utils 202 /third_party/xdg-utils
166 /third_party/xulrunner-sdk 203 /third_party/xulrunner-sdk
167 /third_party/yasm/binaries 204 /third_party/yasm/binaries
205 /third_party/yasm/generate_files.xml
168 /third_party/yasm/source/patched-yasm 206 /third_party/yasm/source/patched-yasm
207 /third_party/yasm/yasm.xml
169 /tools/distcc 208 /tools/distcc
170 /tools/grit 209 /tools/grit
171 /tools/gyp 210 /tools/gyp
172 /tools/histograms 211 /tools/histograms
212 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml
173 /tools/page_cycler/acid3 213 /tools/page_cycler/acid3
174 /tools/tryserver 214 /tools/tryserver
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