From 7ec4071be9e18c20d4629173a92c93cd8f5d150b Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 16 May 2018 21:43:01 +0200 Subject: [PATCH] .gitignore: add piplib The piplib submodule was removed all the way back isl-0.01-134-g309036cf4f (add copyright statements, Wed Dec 16 19:25:40 2009 +0000), initially by mistake and then properly in isl-0.01-146-gff1ea6be3f (properly remove piplib submodule, Wed Jan 13 09:59:16 2010 +0100). However, it may not get removed completely when moving from an earlier commit to a later one since it may itself leave some untracked files. Just ignore it in that case. Signed-off-by: Sven Verdoolaege --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2893f10a..c76dc589 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,7 @@ m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4 missing +piplib py-compile stamp-h1 test-driver -- 2.11.4.GIT