OLD | NEW |
(Empty) | |
| 1 # Chromium-specific config file to put at ~/.subversion/config or %USERPROFILE%\
AppData\Roaming\Subversion\config |
| 2 # Inspired by http://src.chromium.org/svn/trunk/tools/build/slave/config |
| 3 |
| 4 [auth] |
| 5 # Warning, this is insecure. |
| 6 store-passwords=yes |
| 7 |
| 8 [miscellany] |
| 9 global-ignores = *.pyc *.user *.suo *.bak *~ #*# *.ncb *.o *.lo *.la .*~ .#* .DS
_Store .*.swp *.scons *.mk *.Makefile *.sln *.vcproj *.rules SConstruct *.xcodep
roj |
| 10 enable-auto-props = yes |
| 11 |
| 12 [auto-props] |
| 13 *.afm = svn:eol-style=LF |
| 14 *.bat = svn:eol-style=CRLF |
| 15 *.c = svn:eol-style=LF |
| 16 *.cc = svn:eol-style=LF |
| 17 *.cpp = svn:eol-style=LF |
| 18 *.css = svn:eol-style=LF |
| 19 *.def = svn:eol-style=LF |
| 20 *.dll = svn:executable |
| 21 *.exe = svn:executable |
| 22 *.grd = svn:eol-style=LF |
| 23 *.gyp = svn:eol-style=LF |
| 24 *.gypi = svn:eol-style=LF |
| 25 *.h = svn:eol-style=LF |
| 26 *.htm = svn:eol-style=LF |
| 27 *.html = svn:eol-style=LF |
| 28 *.idl = svn:eol-style=LF |
| 29 *.jpg = svn:mime-type=image/jpeg |
| 30 *.js = svn:eol-style=LF |
| 31 *.m = svn:eol-style=LF |
| 32 *.make = svn:eol-style=LF |
| 33 *.mm = svn:eol-style=LF |
| 34 *.mock-http-headers = svn:eol-style=LF |
| 35 *.obsolete = svn:eol-style=LF |
| 36 *.pdf = svn:mime-type=application/pdf |
| 37 *.pl = svn:eol-style=LF |
| 38 *.pm = svn:eol-style=LF |
| 39 *.png = svn:mime-type=image/png |
| 40 *.py = svn:eol-style=LF |
| 41 *.pyd = svn:executable |
| 42 *.sh = svn:eol-style=LF;svn:executable |
| 43 *.txt = svn:eol-style=LF |
| 44 *.webp = svn:mime-type=image/webp |
| 45 *.xml = svn:eol-style=LF |
| 46 *.xtb = svn:eol-style=LF |
| 47 Makefile = svn:eol-style=LF |
OLD | NEW |