add gitignore

This commit is contained in:
kougyoku 2019-10-07 09:36:42 -07:00
parent a6e6658c1e
commit 3c86154a53
1 changed files with 45 additions and 0 deletions

45
.gitignore vendored Normal file
View File

@ -0,0 +1,45 @@
# Add any directories, files, or patterns you don't want to be tracked by version control
bak/*
obj/*
online/*
*~
*.bak
*.orig
*.rej
h/*~
h/*.bak
h/*.orig
h/*.rej
desktop.ini
# Ignore thumbnails generated by Windows
Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.dll
*.lib
*.sbr
*.application
*.manifest
*.deploy
*.csv
*TemporaryGeneratedFile*
*.resources
/obj/Debug/*