summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-12-07 18:33:32 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-12-08 09:52:31 +0100
commit21c7bc1dad196e2b2f830d848a0a3413d649e0b0 (patch)
treed4bde49cd5d241c52b91572d71f827d779363dcc /.gitignore
parentdcd9d196a4ae52ba1bfd0e8aae2f7d8f3428db8c (diff)
downloadsystemd-21c7bc1dad196e2b2f830d848a0a3413d649e0b0.tar.gz
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--.gitignore5
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
*~