diff options
author | Benoît Ganne <bganne@cisco.com> | 2019-02-20 10:36:37 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-02-20 17:54:13 +0000 |
commit | 58ec0f0420961c28abc76cabb91c0f4ee655b298 (patch) | |
tree | 041be69c1689faca32429e34ef29728a4cf69c15 | |
parent | 65cbcfe83a2fcd8683598df744f6dab0633ab778 (diff) |
Remove autotools leftovers from gitignore
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 <bganne@cisco.com>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
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 |