From 1f6980b9bf480587c60359762374091b89b3de3b Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 19 Oct 2020 17:29:28 -0700 Subject: [PATCH] updated .gitignore to correctly ignore autoscan files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index fd35706..560198b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ workouts*.tar.gz .dirstamp aclocal.m4 autom4te.cache/ +autoscan.log build-aux/ config.h config.h.in @@ -16,6 +17,7 @@ config.h.in~ config.log config.status configure +configure.scan Makefile Makefile.in stamp-h1 \ No newline at end of file -- 2.39.5