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