meta: Add .gitignore

This commit is contained in:
Joshua Ashton 2022-08-29 07:57:22 +01:00
parent 11adbb57bd
commit fa1e0bd3e7
1 changed files with 54 additions and 0 deletions

54
.gitignore vendored Normal file
View File

@ -0,0 +1,54 @@
# Multi-platform
*.vpc_cache
*.vpc_crc
.vscode
.cache
# Windows Stuff
*.vcxproj
*.sln
*.filters
.vs
enc_temp_folder/
*.suo
*.user
*.FileListAbsolute.txt
*.sln.docstates
*.obj
*.pch
*.tlog
*.log
*.scc
*.exp
*.ilk
*.lastbuildstate
*.sdf
*.opensdf
*.idb
*.vcxproj.filters
*.pdb
*.recipe
*.iobj
*.ipdb
*.res
*.aps
UpgradeLog.htm
generated_code_*
*.dll
*.exe
*.lib
# Linux Stuff
*.mak
*.o
*.a
*.P
*.map
*.so
*.so.dbg
manifest.txt
obj*/
# Mac Stuff
*.xcodeproj/