From a6df8fe0b343ac8c23cd8ff2c46d28ff750e9f8e Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sun, 8 Feb 2026 12:07:51 +0100 Subject: Chane default ftag root and move ftag executable Put ftag executable at the root for convenience. Make sure the default ftag root contains only ftag-related stuff and is not just called "ftag" to avoid collision with the executable name. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 61e2312..6cecd6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -src/ftag +ftag *.o ftag.sqlite3 files/ +ftag_root/ -- cgit v1.2.3