From b93446c258abb6e07d350fe3e4ece42e0f0e9ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20R=C3=BCth?= Date: Sat, 5 Oct 2019 18:40:31 +0200 Subject: [PATCH] gitignore automake/libtool artifacts arb does not use automake but a project might pull in arb as a submodule and build parts of it with automake --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 11d9af48..52258204 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,7 @@ libarb.so* libarb.a doc/build/* *.ppm +*.lo +*.deps/ +*.libs/ +*.dirstamp