From: Jean-Marc Lasgouttes Date: Thu, 23 Apr 2020 17:17:15 +0000 (+0200) Subject: Ignore some more files when building in source tree X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=65a4935441567c7f432e84c89c831e6d110e7c07;p=features.git Ignore some more files when building in source tree --- diff --git a/.gitignore b/.gitignore index 3aca5f7c18..6a8c744949 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ CMakeLists.txt.user GPATH GRTAGS GTAGS +Makefile.am.user diff --git a/3rdparty/mythes/.gitignore b/3rdparty/mythes/.gitignore new file mode 100644 index 0000000000..2f1ec7cebc --- /dev/null +++ b/3rdparty/mythes/.gitignore @@ -0,0 +1 @@ +liblyxmythes.a diff --git a/lib/.gitignore b/lib/.gitignore index 213b39f2f9..31aaa7721c 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -1,7 +1,7 @@ -lyx.desktop +lyx*.desktop lyx.desktop-temp -lyx.png -lyx.svg +lyx*.png +lyx*.svg *.pyc images/*.pdf images/math/*.pdf diff --git a/src/.gitignore b/src/.gitignore index 51eb62f247..e59e20b167 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -3,4 +3,5 @@ liblyxcore.a liblyxgraphics.a liblyxinsets.a liblyxmathed.a -moc_Compare.cpp +moc_*.cpp +lyx_commit_hash.h