Merge pull request #10 from MAPJe71/master
Let's ignore some files i.e. added '.gitignore'.
This commit is contained in:
commit
532ec666cf
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