From: Nicola Spanti (RyDroid) Date: Mon, 6 Jun 2016 01:15:31 +0000 (-0300) Subject: Improving .gitignore X-Git-Tag: 0.11.0~22^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e415038b9242b14a1c2d2aa3c23644bc807a4e19;p=check Improving .gitignore --- diff --git a/.gitignore b/.gitignore index db25ec7..2af4b7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,28 @@ +# Temp files +*~ +*.bak +*.backup +\#* +.\#* +*\# +*.sav +*.save +*.autosav +*.autosave + +# Generated binaries *.o *.lo *.la *.Po *.Plo + +# Generated folders +bin/ +build/ +release/ +debug/ + build-aux Makefile.in Makefile