[geany/geany] dcc0f2: Add build directories to gitignore

Thomas Martitz git-noreply at geany.org
Thu Apr 7 20:32:25 UTC 2022


Branch:      refs/heads/master
Author:      Thomas Martitz <thomas.martitz at mailbox.org>
Committer:   Thomas Martitz <thomas.martitz at mailbox.org>
Date:        Mon, 14 Mar 2022 21:08:47 UTC
Commit:      dcc0f2959bb490be4801ec9e98058d6bd136c1df
             https://github.com/geany/geany/commit/dcc0f2959bb490be4801ec9e98058d6bd136c1df

Log Message:
-----------
Add build directories to gitignore

Meson won't support in-tree builds. Add some common build directories
to .gitignore.


Modified Paths:
--------------
    .gitignore

Modified: .gitignore
3 lines changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -20,6 +20,9 @@ Makefile.in
 /ABOUT-NLS
 /aclocal.m4
 /autom4te.cache
+/build/
+/builddir/
+/build-*/
 /build-aux/
 /build-stamp
 /codenames



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list