commit b9538b10d41eb693bdd92d0a775ee434e9045429
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Thu Apr 23 19:17:15 2020 +0200

    Ignore some more files when building in source tree
---
 .gitignore                 |    1 +
 3rdparty/mythes/.gitignore |    1 +
 lib/.gitignore             |    6 +++---
 src/.gitignore             |    3 ++-
 4 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3aca5f7..6a8c744 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 0000000..2f1ec7c
--- /dev/null
+++ b/3rdparty/mythes/.gitignore
@@ -0,0 +1 @@
+liblyxmythes.a
diff --git a/lib/.gitignore b/lib/.gitignore
index 213b39f..31aaa77 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 51eb62f..e59e20b 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
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to