commit ca567dacc58bb9b244d52b12d2b0a6069297e264 parent fde50d93b2284178743a12e8c359286ea99f0b21 Author: Olav Sørensen <olav.sorensen@live.no> Date: Wed, 21 Dec 2022 21:11:45 +0100 Update .gitignore Diffstat:
M | .gitignore | | | 23 | +++++++++++------------ |
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,25 +1,24 @@ +vs2019_project/.vs/ft2-clone/v16/.suo +vs2019_project/ft2-clone/Release/ft2-clone.vcxproj.FileListAbsolute.txt +vs2019_project/ft2-clone/x64/Debug/ft2-clone.vcxproj.FileListAbsolute.txt +vs2019_project/ft2-clone/Debug/ft2-clone.vcxproj.FileListAbsolute.txt +.DS_Store +*.exe *.db *.ilk *.pdb +*.obj *.log *.res *.tlog -*.obj *.idb -*.exe -*.enc *.cache -vs2019_project/.vs/ft2-clone/v16/.suo *.ipch -.DS_Store -vs2019_project/ft2-clone/Release/ft2-clone.vcxproj.FileListAbsolute.txt -vs2019_project/ft2-clone/x64/Debug/ft2-clone.vcxproj.FileListAbsolute.txt -*.cod -vs2019_project/ft2-clone/Debug/ft2-clone.vcxproj.FileListAbsolute.txt *.opendb -*.db-shm +*.cod *.db-wal +*.db-shm *.recipe -vs2019_project/ft2-clone/Release/ft2-clone-win64.iobj -vs2019_project/ft2-clone/Release/ft2-clone-win32.iobj +*.iobj +*.enc