From a4e69db5cee1dd06122e68c08bace7273eb2d799 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 11 Mar 2018 19:20:41 +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