From d31fb0ab858d8cff01d5225b3f88d57c02dbe318 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 11 Mar 2018 19:31:13 +0100 Subject: [PATCH] add .gitignore --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a2b5bb2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# automake stuff +Makefile +autom4te.cache +*.in +aclocal.m4 +compile +config.* +configure +depcomp +install-sh +*.pc +libtool +ltmain.sh +missing +stamp-h1 +README +COPYING +INSTALL + +# system +*~ +.directory -- 2.39.5