From: Thomas Haller Date: Wed, 23 Aug 2023 06:56:08 +0000 (+0200) Subject: gitignore: ignore cscope files X-Git-Tag: v1.0.9~191 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ccc7bdc0d1ee88fc5d0a0537573d220fc3af8e9e;p=thirdparty%2Fnftables.git gitignore: ignore cscope files Cscope is useful. Ignore the files it creates. Signed-off-by: Thomas Haller Signed-off-by: Pablo Neira Ayuso --- 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