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

Side by Side Diff: configs/chromium/slave/config

Issue 648353002: Remove Skia's forked buildbot code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Address comment Created 6 years, 2 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
« no previous file with comments | « configs/chromium/slave/cert/ssl_ui_test_root_ca.crt ('k') | configs/chromium/slave/crontab.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Chromium-specific config file to put at ~/.subversion/config or %USERPROFILE%\ AppData\Roaming\Subversion\config
2
3 [miscellany]
4 global-ignores = *.pyc *.user *.suo *.bak *~ #*# *.ncb *.o *.lo *.la .*~ .#* .DS _Store .*.swp *.scons *.mk *.Makefile *.sln *.vcproj *.rules SConstruct *.xcodep roj
5 enable-auto-props = yes
6
7 [auto-props]
8 *.afm = svn:eol-style=LF
9 *.bat = svn:eol-style=CRLF
10 *.c = svn:eol-style=LF
11 *.cc = svn:eol-style=LF
12 *.cpp = svn:eol-style=LF
13 *.css = svn:eol-style=LF
14 *.def = svn:eol-style=LF
15 *.dll = svn:executable
16 *.exe = svn:executable
17 *.grd = svn:eol-style=LF
18 *.gyp = svn:eol-style=LF
19 *.gypi = svn:eol-style=LF
20 *.h = svn:eol-style=LF
21 *.htm = svn:eol-style=LF
22 *.html = svn:eol-style=LF
23 *.idl = svn:eol-style=LF
24 *.jpg = svn:mime-type=image/jpeg
25 *.js = svn:eol-style=LF
26 *.m = svn:eol-style=LF
27 *.make = svn:eol-style=LF
28 *.mm = svn:eol-style=LF
29 *.mock-http-headers = svn:eol-style=LF
30 *.obsolete = svn:eol-style=LF
31 *.pdf = svn:mime-type=application/pdf
32 *.pl = svn:eol-style=LF
33 *.pm = svn:eol-style=LF
34 *.png = svn:mime-type=image/png
35 *.py = svn:eol-style=LF
36 *.pyd = svn:executable
37 *.sh = svn:eol-style=LF;svn:executable
38 *.txt = svn:eol-style=LF
39 *.webp = svn:mime-type=image/webp
40 *.xml = svn:eol-style=LF
41 *.xtb = svn:eol-style=LF
42 Makefile = svn:eol-style=LF
OLDNEW
« no previous file with comments | « configs/chromium/slave/cert/ssl_ui_test_root_ca.crt ('k') | configs/chromium/slave/crontab.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698