From: Tobias Rueetschi Date: Tue, 19 Apr 2016 07:50:06 +0000 (+0200) Subject: .gitignore: ignore files and directories which are created while building X-Git-Tag: v1.3.4~14^2 X-Git-Url: https://git.sur5r.net/?p=ptouch-print;a=commitdiff_plain;h=bbef412aae6db3d093d82c31c2b490459a9c6af7;ds=sidebyside .gitignore: ignore files and directories which are created while building Signed-off-by: Tobias Rueetschi --- diff --git a/.gitignore b/.gitignore index 032b6fc..caff859 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,24 @@ Makefile.in /config.h.in /config.rpath /config.sub + +# C-Objects +*.o + +# special directories +/po +/m4 +src/.deps/ +src/.dirstamp + +# Log files +*.log + +# Documents +ABOUT-NLS +AUTHORS +INSTALL + +# Binaries +ptouch-gtk +ptouch-print