Updated gitignore

This commit is contained in:
fedir 2025-05-03 12:09:10 +02:00
parent 3a89449c32
commit a2eeb81fed
Signed by: fedir
GPG Key ID: C959EE85F0C9362C
2 changed files with 5 additions and 5 deletions

6
.gitignore vendored
View File

@ -3,6 +3,10 @@ build/*
.cache .cache
test/protected/* test/protected/*
test/.pt.db test/.pt.db
compile_commands.json *compile_commands.json
test/perf* test/perf*
test/callgraph* test/callgraph*
src/gui/ui/*
src/gui/*.c
src/gui/icfs_dialogue

4
src/gui/.gitignore vendored
View File

@ -1,4 +0,0 @@
./ui/*
./compile_commands.json
./*.c
./icfs_dialogue