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.
Simon Ser 3 years ago
parent 0ea1519938
commit 93ee4c7684

12
.gitignore vendored

@ -1,9 +1,3 @@
.clang_complete /build/
*.o /build-*/
*.a /subprojects/
bin/
test/
build/
build-*/
wayland-*-protocol.*
wlr-example.ini

Loading…
Cancel
Save