aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-06-14 10:08:54 +0200
committerSimon Ser <contact@emersion.fr>2022-06-14 10:08:54 +0200
commitf28c0e2046c59aeb9f014ef4c22d4517e38f4721 (patch)
treecd9fe1d619c1e5afe38c0f203d1bdee5864545e1
parent369c6525d798f78231b4ce5830d30af85c7c5997 (diff)
gitignore: remove build dir entries
Meson creates a .gitignore file in its build directories [1] so that they never get added to Git. These entries assume users will pick a specific build dir name, so they don't work with e.g. "builddir". [1]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3582#note_1424666
-rw-r--r--.gitignore2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 1d1908c8..d73983bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-/build/
-/build-*/
/subprojects/