Let's ignore some files.
This commit is contained in:
parent
ac61c43d15
commit
0f6d80b8d9
76
.gitignore
vendored
Normal file
76
.gitignore
vendored
Normal file
@ -0,0 +1,76 @@
|
||||
#-------------------------------------------------------------------------------
|
||||
# VisualStudio
|
||||
|
||||
#-- User-specific files
|
||||
*.suo
|
||||
*.user
|
||||
*.sln.docstates
|
||||
|
||||
#-- Build results
|
||||
[Dd]ebug/
|
||||
[Rr]elease/
|
||||
x64/
|
||||
x86/
|
||||
#[Bb]in/
|
||||
[Oo]bj/
|
||||
|
||||
#-- Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
|
||||
#-- Backup & report files from converting an old project file to a newer
|
||||
# Visual Studio version. Backup files are not needed, because we have git ;-)
|
||||
_UpgradeReport_Files/
|
||||
Backup*/
|
||||
UpgradeLog*.XML
|
||||
UpgradeLog*.htm
|
||||
|
||||
#-- Others
|
||||
*_i.c
|
||||
*_p.c
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.pch
|
||||
#*.pdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*.log
|
||||
.builds
|
||||
*.pidb
|
||||
*.log
|
||||
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Windows
|
||||
|
||||
#-- image file cache
|
||||
Thumbs.db
|
||||
|
||||
#-- Folder config file
|
||||
Desktop.ini
|
||||
folder-*.ico
|
||||
|
||||
#-- Recycle Bin used on file shares
|
||||
$RECYCLE.BIN/
|
||||
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Mac
|
||||
|
||||
*~
|
||||
*.lock
|
||||
*.DS_Store
|
||||
*.swp
|
||||
*.out
|
Loading…
Reference in New Issue
Block a user