From efe41d4451a85955ad4642ae538d7d4d0663cb68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Fri, 3 Jan 2020 13:08:18 +0200 Subject: Add .gitignore --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a92c38 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +.deps/ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +compile +config.guess +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +m4/ +macros-perarch +make_arch_macrosfiles.sh +missing +rpmgenplatform + -- cgit v1.2.1