From 3a307a85df9d7eff3869c3802f57d159c9763318 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Sat, 8 Mar 2014 22:07:50 +0100 Subject: [PATCH] Added an gitignore file --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c1549e0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +#EDITOR AND IDE SPECIFIC SETTINGFILES +.idea + +#THINGS WE WOULD NEVER EVER WANT! +#ignore thumbnails created 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