summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-12-14 12:46:35 +0000
committerSimon McVittie <smcv@collabora.com>2018-12-14 12:53:08 +0000
commitc95873e5370fe6286a5d09455f582cabe570cb15 (patch)
tree5fad4fc31d7ab27681c57629549aaf16377f1919 /.gitignore
parentd79986db284904f631407c539baa2e1ab7b8c5a7 (diff)
downloaddbus-c95873e5370fe6286a5d09455f582cabe570cb15.tar.gz
.gitignore: Consolidate generic patterns at top level
Patterns in the top-level .gitignore match in all subdirectories, so there's no need to repeat ourselves quite so much for generic C, Autotools and gcov patterns. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 82d27563..ee80d4f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,11 +30,16 @@
*.gcda
*.gcno
*.gcov
+*.la
+*.lo
*.o
*.orig
*.rej
*~
.*.sw?
+.deps/
+.dirstamp
+.libs/
Makefile
Makefile.in
cscope.out