21 lines
410 B
Plaintext
21 lines
410 B
Plaintext
|
|
.git* export-ignore
|
||
|
|
#*.ipf diff=igorpro
|
||
|
|
# git diff --check should output something useful
|
||
|
|
*.ipf whitespace=indent-with-non-tab,tabwidth=4
|
||
|
|
# mark files as binary
|
||
|
|
# you can also add -delta if you regularly
|
||
|
|
# commit large files of these types
|
||
|
|
*.ibw binary
|
||
|
|
*.xop binary
|
||
|
|
*.pxp binary
|
||
|
|
*.pxt binary
|
||
|
|
*.uxp binary
|
||
|
|
*.uxt binary
|
||
|
|
*.ihf binary
|
||
|
|
*.ifn binary
|
||
|
|
*.ift binary
|
||
|
|
|
||
|
|
# automatic end of line normalization
|
||
|
|
*.ipf eol=lf
|
||
|
|
|