summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-23 08:56:08 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2023-08-23 19:17:22 +0200
commitccc7bdc0d1ee88fc5d0a0537573d220fc3af8e9e (patch)
tree5d2a545d17229de65b36d187cebcd7d3c79857b5
parentadf38fd842575ce4a88aeb1cf57778c90d17c072 (diff)
gitignore: ignore cscope files
Cscope is useful. Ignore the files it creates. Signed-off-by: Thomas Haller <thaller@redhat.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d6f17e4f..2c12c440 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,9 @@ build-aux/
libnftables.pc
libtool
+# cscope files
+/cscope.*
+
# Generated by tests
*.payload.got
tests/build/tests.log