diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..a4680167 --- /dev/null +++ b/.gitignore @@ -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