mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 06:34:10 +00:00
Update .gitignore for base/generated/ and macOS-specifics, update .gitattributes to force script file CRLF line endings
This commit is contained in:
parent
245d06c4d6
commit
aac3ef4f8f
2 changed files with 6 additions and 0 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
@ -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
3
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue