From 080ddb47202f7d12a5997cac07cfbce22645ad2a Mon Sep 17 00:00:00 2001 From: macphyter Date: Sat, 20 Jan 2024 12:03:22 -0700 Subject: [PATCH] add tags file to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c65a7f43..bc57e923 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,7 @@ html_doc/ components/components/* config.bin -config.cvs \ No newline at end of file +config.cvs + +# ctags file +tags