* [nft PATCH] gitignore: ignore cscope files
@ 2023-08-23 6:56 Thomas Haller
2023-08-23 17:17 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Haller @ 2023-08-23 6:56 UTC (permalink / raw)
To: NetFilter; +Cc: Thomas Haller
Cscope is useful. Ignore the files it creates.
Signed-off-by: Thomas Haller <thaller@redhat.com>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index d6f17e4fc229..2c12c4409720 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
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [nft PATCH] gitignore: ignore cscope files
2023-08-23 6:56 [nft PATCH] gitignore: ignore cscope files Thomas Haller
@ 2023-08-23 17:17 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2023-08-23 17:17 UTC (permalink / raw)
To: Thomas Haller; +Cc: NetFilter
On Wed, Aug 23, 2023 at 08:56:08AM +0200, Thomas Haller wrote:
> Cscope is useful. Ignore the files it creates.
Applied, thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-23 17:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-23 6:56 [nft PATCH] gitignore: ignore cscope files Thomas Haller
2023-08-23 17:17 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).