diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-12-07 18:33:32 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-12-08 09:52:31 +0100 |
commit | 21c7bc1dad196e2b2f830d848a0a3413d649e0b0 (patch) | |
tree | d4bde49cd5d241c52b91572d71f827d779363dcc /.gitignore | |
parent | kernel-install: respect $MACHINE_ID and ignore /etc/machine-id if on tmpfs (diff) | |
download | systemd-21c7bc1dad196e2b2f830d848a0a3413d649e0b0.tar.xz systemd-21c7bc1dad196e2b2f830d848a0a3413d649e0b0.zip |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 3e65a61ea3..b3aba0921b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,6 @@ -*.a *.cache -*.gch -*.log -*.o *.plist *.py[co] -*.stamp *.swp *.trs *~ |