aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-05-28 12:23:51 +0200
committerSimon Ser <contact@emersion.fr>2022-05-28 12:23:51 +0200
commit93ee4c7684050807e959bb3b6d57826a72fba8c2 (patch)
tree4fb199f48d2c862b18a2a676c44d1f4dddd1da45 /.gitignore
parent0ea15199386bc748c3b1eb87b1087535743eda12 (diff)
gitignore: remove unnecessary entries, add subprojects/
The previous entries aren't used because the build files are self-contained in the Meson build directory. Add subprojects/ because it's common for developers to override Meson dependencies via subproject symlinks.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 3 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index f635e54f..1d1908c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,3 @@
-.clang_complete
-*.o
-*.a
-bin/
-test/
-build/
-build-*/
-wayland-*-protocol.*
-wlr-example.ini
+/build/
+/build-*/
+/subprojects/