Updated gitignore
This commit is contained in:
parent
3a89449c32
commit
a2eeb81fed
6
.gitignore
vendored
6
.gitignore
vendored
@ -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
4
src/gui/.gitignore
vendored
@ -1,4 +0,0 @@
|
|||||||
./ui/*
|
|
||||||
./compile_commands.json
|
|
||||||
./*.c
|
|
||||||
./icfs_dialogue
|
|
Loading…
x
Reference in New Issue
Block a user