25 lines
336 B
Plaintext
25 lines
336 B
Plaintext
# Set default behavior to automatically normalize line endings
|
|
* text=auto
|
|
|
|
# C++ source files
|
|
*.cpp text diff=cpp
|
|
*.h text diff=cpp
|
|
|
|
# CMake files
|
|
CMakeLists.txt text
|
|
*.cmake text
|
|
|
|
# QMake files
|
|
*.pro text
|
|
|
|
# Bash scripts
|
|
*.sh text eol=lf
|
|
|
|
# Documentation
|
|
*.md text diff=markdown
|
|
|
|
# Binary files
|
|
*.png binary
|
|
*.jpg binary
|
|
*.ico binary
|