gitignore: remove patterns for build files in source dir

Those made sense when autotoolz were used. With meson, everything
should land in the build dir, and this is only likely to obscure issues
with custom build rules.
C.f. https://github.com/systemd/systemd/pull/20429#issuecomment-988132332
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-12-07 18:33:32 +01:00
parent dcd9d196a4
commit 21c7bc1dad

5
.gitignore vendored
View File

@ -1,11 +1,6 @@
*.a
*.cache
*.gch
*.log
*.o
*.plist
*.py[co]
*.stamp
*.swp
*.trs
*~