Update .gitignore for base/generated/ and macOS-specifics, update .gitattributes to force script file CRLF line endings

This commit is contained in:
Stephen Saunders 2023-01-13 12:11:47 -05:00
parent 245d06c4d6
commit aac3ef4f8f
2 changed files with 6 additions and 0 deletions

3
.gitattributes vendored
View file

@ -5,3 +5,6 @@
# Don't count 3rd-party libraries
neo/libs/* linguist-vendored
# Make sure script files always have CRLF line endings for save file portability
*.script text eol=crlf

3
.gitignore vendored
View file

@ -1,5 +1,6 @@
build*
eclipse*
xcode*
neo/ipch
*~
*.gch
@ -7,6 +8,7 @@ neo/ipch
*.exe
*.7z
*.zip
*.DS_Store
imgui.ini
Doom3BFG.exe
@ -36,6 +38,7 @@ base/strings/
base/video/
base/wads/
base/renderprogs2/
base/generated/
GPATH
GRTAGS