Ignore ignore/
How has this not been done on master yet? >_> Accidentally committed a valgrind suppression file because of this last commit.
This commit is contained in:
parent
9f75f7e5fc
commit
504fd21909
1
.gitignore
vendored
1
.gitignore
vendored
@ -91,3 +91,4 @@ screenshot_*
|
|||||||
*.sdf
|
*.sdf
|
||||||
/font/
|
/font/
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
ignore/
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
luajit_str_fastcmp_uninit_cond
|
|
||||||
Memcheck:Cond
|
|
||||||
obj:/usr/lib/libluajit-5.1.so.2.0.5
|
|
||||||
}
|
|
||||||
{
|
|
||||||
fftw_crap_access
|
|
||||||
Memcheck:Addr16
|
|
||||||
obj:/usr/lib/libfftw3f.so.3.6.10
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user