reverted my changes

This commit is contained in:
Ben
2024-03-11 22:44:00 -04:00
parent e0635de2a0
commit 1753e286c4

13
.gitattributes vendored
View File

@@ -3,16 +3,20 @@
## text and leave all files detected as binary untouched.
## This will handle all files NOT defined below.
* text=auto eol=lf
# Text
*.conf text
*.conf.dist text
*.cmake text
## Scripts
*.sh text
*.fish text
*.lua text
## SQL
*.sql text
## C++
*.c text
*.cc text
@@ -23,7 +27,10 @@
*.h text
*.h++ text
*.hh text
## For documentation
# Documents
*.doc diff=astextplain
*.DOC diff=astextplain
@@ -35,6 +42,7 @@
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
## DOCUMENTATION
*.markdown text
*.md text
@@ -59,6 +67,7 @@ NEWS text
readme text
*README* text
TODO text
## GRAPHICS
*.ai binary
*.bmp binary
@@ -81,6 +90,8 @@ TODO text
*.tiff binary
*.wbmp binary
*.webp binary
## ARCHIVES
*.7z binary
*.gz binary
@@ -88,7 +99,7 @@ TODO text
*.rar binary
*.tar binary
*.zip binary
## EXECUTABLES
*.exe binary
*.pyc binary
*.MPQ filter=lfs diff=lfs merge=lfs -text