commit 46167c1a91c803b53529927ca1e1f46b94db5c46 Author: Richard Heck <rgh...@lyx.org> Date: Fri Jul 15 13:36:15 2016 -0400
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) --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 09ea96f..30d182d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ stamp-h1 *.patch build/ CMakeLists.txt.user +.dirstamp