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.
This commit is contained in:
Simon Ser 2022-05-28 12:23:51 +02:00
parent 0ea1519938
commit 93ee4c7684
1 changed files with 3 additions and 9 deletions

12
.gitignore vendored
View File

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