2019-09-12 23:07:52 +03:00
|
|
|
##### Source code #####
|
|
|
|
|
|
|
|
## C++ and C source files
|
2020-10-07 10:51:29 +03:00
|
|
|
*.c text diff=cpp,eol=lf
|
|
|
|
*.h text diff=cpp,eol=lf
|
|
|
|
*.cpp text diff=cpp,eol=lf
|
|
|
|
*.cxx text diff=cpp,eol=lf
|
|
|
|
*.hpp text diff=cpp,eol=lf
|
2019-09-12 23:07:52 +03:00
|
|
|
|
|
|
|
## Python scripts
|
|
|
|
*.py text eol=lf diff=python
|
|
|
|
|
|
|
|
## Perl scripts/libraries/modules
|
|
|
|
*.perl text eol=lf diff=perl
|
|
|
|
*.pl text eol=lf diff=perl
|
|
|
|
*.pm text eol=lf diff=perl
|
|
|
|
|
|
|
|
## Shell scripts
|
|
|
|
*.sh text eol=lf
|
|
|
|
*.bash text eol=lf
|
|
|
|
|
|
|
|
## Windows batch and PowerShell scripts
|
|
|
|
*.bat text eol=crlf
|
|
|
|
*.cmd text eol=crlf
|
|
|
|
*.ps1 text eol=crlf
|
|
|
|
|
|
|
|
##### Other file types #####
|
|
|
|
|
|
|
|
## Text files and documentation
|
|
|
|
*.txt text
|
|
|
|
README* text
|
|
|
|
INSTALL* text
|
|
|
|
LICENSE* text
|
|
|
|
|
|
|
|
## Non-text documentation
|
|
|
|
*.html text diff=html
|
|
|
|
*.pdf binary
|
|
|
|
*.rtf binary
|
|
|
|
|
|
|
|
## Doxygen documentation configuration files
|
|
|
|
Doxyfile text
|
|
|
|
*.dox text
|
|
|
|
|
|
|
|
## Image files
|
|
|
|
*.png binary
|
|
|
|
*.PNG binary
|
|
|
|
*.jpg binary
|
|
|
|
*.JPG binary
|
|
|
|
*.gif binary
|
|
|
|
*.GIF binary
|
|
|
|
*.bmp binary
|
|
|
|
*.BMP binary
|
|
|
|
*.ico binary
|
|
|
|
*.ICO binary
|
|
|
|
*.ppm binary
|
|
|
|
*.pgm binary
|
|
|
|
*.pbm binary
|
|
|
|
*.xpm -text diff -merge
|
|
|
|
|
|
|
|
## Vector graphics
|
|
|
|
*.svg -text diff -merge
|
|
|
|
|
|
|
|
## CMake files
|
|
|
|
CMakeLists.txt text eol=lf
|
|
|
|
|
|
|
|
## Makefiles
|
|
|
|
Makefile text
|
|
|
|
makefile text
|
|
|
|
GNUmakefile text
|
|
|
|
*.mk text
|
|
|
|
|
|
|
|
## Various IDE project files, etc
|
|
|
|
*.sln -text diff merge
|
|
|
|
*.vcxproj -text diff -merge
|
|
|
|
*.vcxproj.filters -text diff -merge
|
|
|
|
*.props -text diff -merge
|
|
|
|
*.pbxproj -text diff -merge
|
|
|
|
|
|
|
|
## Resource files and UI design descriptions
|
2019-10-24 21:45:39 +03:00
|
|
|
*.rc text eol=crlf
|
2019-09-12 23:07:52 +03:00
|
|
|
|
|
|
|
## Diff/patch files
|
|
|
|
*.diff text diff -merge
|
|
|
|
*.patch text diff -merge
|
|
|
|
|
|
|
|
## XML and configuration
|
|
|
|
*.xml text
|
|
|
|
*.cfg text
|
|
|
|
|
|
|
|
## Self-reference =)
|
|
|
|
.gitignore text
|
|
|
|
.gitattributes text
|