From: Rejean Loyer Date: Sat, 10 Sep 2011 17:15:01 +0000 (-0400) Subject: added .gitignore for all to enjoy X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=installer;a=commitdiff_plain;h=ae948da79f70206e41e0fb000c2ee5e19ccbfe92 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