This is for in in three building and won't affect IDE for example mkdir build && cd build && ../configure && make install
Signed-off-by: Yonggang Luo <luoyongg...@gmail.com> --- .gitignore | 1 + ChangeLog | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 8bcd88d7..ca06dddd 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ Makefile.in /INSTALL /aclocal.m4 /autom4te.* +/build /config.cache /config.h /config.h.in diff --git a/ChangeLog b/ChangeLog index 52efca04..35a37343 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2022-12-17 Yonggang Luo <m...@klomp.org> + + * .gitignore: Ignore build directory + 2022-11-02 Mark Wielaard <m...@klomp.org> * configure.ac (AC_INIT): Set version to 0.188. -- 2.36.1.windows.1