Added the test permanent permissions table to gitignore

This commit is contained in:
BritishTeapot 2025-03-30 19:09:02 +02:00
parent 608943d685
commit 62f3e5bde9

1
.gitignore vendored
View File

@ -2,4 +2,5 @@ build/*
.clang-tidy .clang-tidy
.cache .cache
test/protected/* test/protected/*
test/.pt.db
compile_commands.json compile_commands.json