source: project/.gitattributes @ 20915da

Revision 20915da, 218 bytes checked in by Hartmut Goebel <h.goebel@goebel-consult.de>, 5 months ago (diff)

Introduce end-of-line normalization.

  • Property mode set to 100644
Line 
1*       text=auto
2README  text=auto
3Makefile        text=auto
4
5# image files and such
6*.pdf   -text
7*.ico   -text
8*.icns  -text
9*.tiff  -text
10*.png   -text
11
12# excutables
13run     -text
14run_d   -text
15runw    -text
16runw_d  -text
17*.exe   -text
18*.dll   -text
Note: See TracBrowser for help on using the repository browser.