Georg Brandl | 2efeb40 | 2010-10-21 15:44:51 +0000 | [diff] [blame] | 1 | [patterns] |
Georg Brandl | 2efeb40 | 2010-10-21 15:44:51 +0000 | [diff] [blame] | 2 | |
Antoine Pitrou | 59db1f3 | 2011-02-25 14:32:24 +0000 | [diff] [blame] | 3 | # Non human-editable files are binary |
| 4 | |
| 5 | **.dsp = BIN |
| 6 | **.dsw = BIN |
| 7 | **.mk = BIN |
| 8 | **.sln = BIN |
| 9 | **.vcproj = BIN |
| 10 | **.vsprops = BIN |
Georg Brandl | 2efeb40 | 2010-10-21 15:44:51 +0000 | [diff] [blame] | 11 | |
| 12 | **.aif = BIN |
| 13 | **.au = BIN |
| 14 | **.bmp = BIN |
| 15 | **.db = BIN |
| 16 | **.exe = BIN |
| 17 | **.icns = BIN |
| 18 | **.gif = BIN |
| 19 | **.ico = BIN |
| 20 | **.info = BIN |
| 21 | **.jpg = BIN |
| 22 | **.pck = BIN |
| 23 | **.png = BIN |
| 24 | **.psd = BIN |
| 25 | **.tar = BIN |
| 26 | **.xar = BIN |
| 27 | **.zip = BIN |
| 28 | |
| 29 | Lib/email/test/data/msg_26.txt = BIN |
R David Murray | 76a3d73 | 2011-03-21 16:01:23 -0400 | [diff] [blame] | 30 | Lib/test/test_email/data/msg_26.txt = BIN |
Georg Brandl | 2efeb40 | 2010-10-21 15:44:51 +0000 | [diff] [blame] | 31 | Lib/test/sndhdrdata/sndhdr.* = BIN |
Antoine Pitrou | 59db1f3 | 2011-02-25 14:32:24 +0000 | [diff] [blame] | 32 | Lib/test/decimaltestdata/*.decTest = BIN |
| 33 | |
| 34 | # All other files (which presumably are human-editable) are "native". |
| 35 | # This must be the last rule! |
| 36 | |
| 37 | ** = native |
Georg Brandl | 2efeb40 | 2010-10-21 15:44:51 +0000 | [diff] [blame] | 38 | |
| 39 | [repository] |
Antoine Pitrou | 59db1f3 | 2011-02-25 14:32:24 +0000 | [diff] [blame] | 40 | native = LF |