From bbef412aae6db3d093d82c31c2b490459a9c6af7 Mon Sep 17 00:00:00 2001 From: Tobias Rueetschi Date: Tue, 19 Apr 2016 09:50:06 +0200 Subject: [PATCH] .gitignore: ignore files and directories which are created while building Signed-off-by: Tobias Rueetschi --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 -- 2.39.2