mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
36 lines
646 B
Plaintext
36 lines
646 B
Plaintext
# Automatically perform line feed (LF) normalization for files detected as text and leave all files detected as binary
|
|
# untouched.
|
|
* text=auto
|
|
|
|
# +----------------------+
|
|
# + Adobe Creative Suite +
|
|
# +----------------------+
|
|
# Color Swatch Exchange
|
|
*.ase binary
|
|
|
|
# +-------------------+
|
|
# + Adobe Illustrator +
|
|
# +-------------------+
|
|
# Project Map
|
|
*.ai binary
|
|
|
|
# +-----------------+
|
|
# + Adobe Photoshop +
|
|
# +-----------------+
|
|
# Color Palette
|
|
*.aco binary
|
|
|
|
# +---------------+
|
|
# + GIMP/Inkscape +
|
|
# +---------------+
|
|
# Color Palette
|
|
*.gpl text eol=lf
|
|
# Project Map
|
|
*.xcf binary
|
|
|
|
# +-------+
|
|
# + Gpick +
|
|
# +-------+
|
|
# Color Palette
|
|
*.gpa binary
|