From 0f6d80b8d947a82d3ea46d524e9e0a6804509ca7 Mon Sep 17 00:00:00 2001 From: MAPJe Date: Thu, 23 Apr 2015 01:49:23 +0200 Subject: [PATCH] Let's ignore some files. --- .gitignore | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 .gitignore 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