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

Unified Diff: slave/config

Issue 5958006: Add .dll, .exe and *.pyd svn:executable auto props and sort the entries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/slave
Patch Set: Created 10 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/config
diff --git a/slave/config b/slave/config
index 687a20eeb40decde54aff00d0fba7be5eab644ca..34a0e5d1f1f2b47d93ffff9b80a4248dc503ef1d 100644
--- a/slave/config
+++ b/slave/config
@@ -5,36 +5,38 @@ global-ignores = *.pyc *.user *.suo *.bak *~ #*# *.ncb *.o *.lo *.la .*~ .#* .DS
enable-auto-props = yes
[auto-props]
+*.afm = svn:eol-style=LF
+*.bat = svn:eol-style=CRLF
*.c = svn:eol-style=LF
-*.h = svn:eol-style=LF
*.cc = svn:eol-style=LF
*.cpp = svn:eol-style=LF
+*.css = svn:eol-style=LF
*.def = svn:eol-style=LF
-*.obsolete = svn:eol-style=LF
-*.m = svn:eol-style=LF
-*.mm = svn:eol-style=LF
-*.idl = svn:eol-style=LF
-*.html = svn:eol-style=LF
+*.dll = svn:executable
+*.exe = svn:executable
+*.grd = svn:eol-style=LF
+*.gyp = svn:eol-style=LF
+*.gypi = svn:eol-style=LF
+*.h = svn:eol-style=LF
*.htm = svn:eol-style=LF
-*.xml = svn:eol-style=LF
+*.html = svn:eol-style=LF
+*.idl = svn:eol-style=LF
+*.jpg = svn:mime-type=image/jpeg
*.js = svn:eol-style=LF
-*.css = svn:eol-style=LF
+*.m = svn:eol-style=LF
+*.make = svn:eol-style=LF
+*.mm = svn:eol-style=LF
*.mock-http-headers = svn:eol-style=LF
-*.afm = svn:eol-style=LF
-*.txt = svn:eol-style=LF
-*.gyp = svn:eol-style=LF
-*.gypi = svn:eol-style=LF
-*.grd = svn:eol-style=LF
-*.xtb = svn:eol-style=LF
-*.py = svn:eol-style=LF
+*.obsolete = svn:eol-style=LF
+*.pdf = svn:mime-type=application/pdf
*.pl = svn:eol-style=LF
*.pm = svn:eol-style=LF
+*.png = svn:mime-type=image/png
+*.py = svn:eol-style=LF
+*.pyd = svn:executable
*.sh = svn:eol-style=LF;svn:executable
-*.make = svn:eol-style=LF
-Makefile = svn:eol-style=LF
-*.bat = svn:eol-style=CRLF
*.txt = svn:eol-style=LF
-*.png = svn:mime-type=image/png
-*.jpg = svn:mime-type=image/jpeg
*.webp = svn:mime-type=image/webp
-*.pdf = svn:mime-type=application/pdf
+*.xml = svn:eol-style=LF
+*.xtb = svn:eol-style=LF
+Makefile = svn:eol-style=LF
« 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