diff options
author | David Goulet <dgoulet@torproject.org> | 2023-03-15 11:13:43 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-03-15 11:13:43 -0400 |
commit | 33d5a7da9e8401bf8af15d4fb4811f6c469ae40c (patch) | |
tree | 01636fdc02842c3e2fd0418a45de3bbc6a017027 | |
parent | 36612b9bf8f432ccfc5fc637dd86463b84ab4882 (diff) | |
download | tor-33d5a7da9e8401bf8af15d4fb4811f6c469ae40c.tar.gz tor-33d5a7da9e8401bf8af15d4fb4811f6c469ae40c.zip |
gitignore: Add tags file from ctags
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d3ac3bbc52..94988ed982 100644 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,7 @@ core.* /stamp-h /stamp-h.in /stamp-h1 +/tags /TAGS /test-driver /tor.sh |