Add buildinfo and other folders, update gitignore

This commit is contained in:
Clarence Dick 2025-06-27 14:47:19 -06:00
parent ddfdb5b73a
commit 3c6763278d
6 changed files with 14 additions and 5 deletions

6
.gitattributes vendored
View File

@ -1,14 +1,10 @@
############################################################ ############################################################
# DO NOT EDIT THIS FILE - the content may be overwritten # DO NOT EDIT THIS FILE - the content may be overwritten
# Version: 1.0.0.0 # Version: 1.0.0.0
############################################################ ############################################################
# not try to merge files when they have conflicts, but rather use our side of the merge over others. # not try to merge files when they have conflicts, but rather use our side of the merge over others.
* merge=ours * merge=ours
# tread these files as binaries # tread these files as binaries
*.meta -text -diff *.meta -text -diff
*.object -text -diff *.object -text -diff
buildinfo/* filter=lfs diff=lfs merge=lfs -text

4
.gitignore vendored
View File

@ -29,3 +29,7 @@ project/**/*.theirs
# Ignore .apsession # Ignore .apsession
.apsession .apsession
!buildinfo/
!other/

View File