From 58ec0f0420961c28abc76cabb91c0f4ee655b298 Mon Sep 17 00:00:00 2001 From: Benoît Ganne Date: Wed, 20 Feb 2019 10:36:37 +0100 Subject: Remove autotools leftovers from gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some tracked files were ignored due to gitignore rules that date back to autotools based buildsystem. Update gitignore accordingly. ~# git ls-files -i --exclude-standard Makefile build-root/Makefile build/external/Makefile build/external/deb/debian/dkms/Makefile doxygen/Makefile extras/rpm/Makefile src/vnet/config.h test/Makefile test/doc/Makefile test/ext/Makefile Change-Id: I3326c932cd174434211b744bf5e26bc4da450339 Signed-off-by: Benoît Ganne --- .gitignore | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7d46d3d0ad3..f2068c1bd70 100644 --- a/.gitignore +++ b/.gitignore @@ -31,12 +31,10 @@ # start autotools ignore autom4te.cache/ config/ -Makefile Makefile.in aclocal.m4 app.info compile -config.h config.log config.guess config.sub -- cgit 1.2.3-korg