diff options
author | Simon Ser <contact@emersion.fr> | 2022-05-28 12:23:51 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-05-28 12:23:51 +0200 |
commit | 93ee4c7684050807e959bb3b6d57826a72fba8c2 (patch) | |
tree | 4fb199f48d2c862b18a2a676c44d1f4dddd1da45 | |
parent | 0ea15199386bc748c3b1eb87b1087535743eda12 (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.
-rw-r--r-- | .gitignore | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -1,9 +1,3 @@ -.clang_complete -*.o -*.a -bin/ -test/ -build/ -build-*/ -wayland-*-protocol.* -wlr-example.ini +/build/ +/build-*/ +/subprojects/ |