From a57cdc84e2f38ea99fd464d8b5b6446c769cc545 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 23 Jan 2019 08:56:40 +0100 Subject: Switch to autotools (#316) --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fbfb875..3504d3e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,30 @@ .*.swp i3status man/i3status.1 + +################################################################################ +# https://raw.githubusercontent.com/github/gitignore/master/Autotools.gitignore +################################################################################ + +# http://www.gnu.org/software/automake + +Makefile.in +/ar-lib +/test-driver + +# http://www.gnu.org/software/autoconf + +/autom4te.cache +/autoscan.log +/autoscan-*.log +/aclocal.m4 +/compile +/config.h.in +/config.guess +/config.sub +/configure +/configure.scan +/depcomp +/install-sh +/missing +/stamp-h1 -- cgit v1.2.3