From a2eeb81feddb39e1461d217d45f9c1fccfd20d05 Mon Sep 17 00:00:00 2001 From: fedir Date: Sat, 3 May 2025 12:09:10 +0200 Subject: [PATCH] Updated gitignore --- .gitignore | 6 +++++- src/gui/.gitignore | 4 ---- 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 src/gui/.gitignore diff --git a/.gitignore b/.gitignore index c35c131..0293b27 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,10 @@ build/* .cache test/protected/* test/.pt.db -compile_commands.json +*compile_commands.json test/perf* test/callgraph* +src/gui/ui/* + +src/gui/*.c +src/gui/icfs_dialogue diff --git a/src/gui/.gitignore b/src/gui/.gitignore deleted file mode 100644 index e2148f9..0000000 --- a/src/gui/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -./ui/* -./compile_commands.json -./*.c -./icfs_dialogue