From: Rejean Loyer Date: Sat, 10 Sep 2011 17:16:11 +0000 (-0400) Subject: added .gitignore for all to enjoy X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=testingSuite;a=commitdiff_plain;h=2c0fedfd867ba979efc2bdeaff41f010b7d09092;hp=731c2c262ebc08d95f917a60520f2936e1bed003 added .gitignore for all to enjoy --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ded86a --- /dev/null +++ b/.gitignore @@ -0,0 +1,51 @@ + +# Ecere files +*.ews +*.Makefile +*.imp +*.sym +*.main.ec + +# Intermediate dirs +#obj/**/*.c +obj/ +debug/ +release/ +dat/ + +# CodeGuard files +.codeguard/ + +# Compiled source +*.com +*.class +*.dll +*.exe +*.o +*.so +*.a +*.lib + +# Packages +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip +*.bz2 + +# Logs and databases +*.log +*.sql +*.sqlite +*.sqlcipher +*.search + +# OS generated files +.DS_Store +ehthumbs.db +Icon +Thumbs.db