From: Richard Heck Date: Fri, 15 Jul 2016 17:36:15 +0000 (-0400) Subject: Add .dirstamp to the list of ignored files. X-Git-Tag: 2.2.1~21 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=46167c1a91c803b53529927ca1e1f46b94db5c46;p=features.git Add .dirstamp to the list of ignored files. This seems to be generated by recent versions of automake. It isn't an issue if you use a separate build directory, but not everyone does that. (cherry picked from commit 0858cdddc793a6116c94332acbfd0c5538a1e462) --- diff --git a/.gitignore b/.gitignore index 09ea96fc10..30d182d0a5 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ stamp-h1 *.patch build/ CMakeLists.txt.user +.dirstamp