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:
Tamás Bálint Misius 2021-12-08 14:33:28 +01:00
parent 9f75f7e5fc
commit 504fd21909
No known key found for this signature in database
GPG Key ID: 5B472A12F6ECA9F2
2 changed files with 1 additions and 10 deletions

1
.gitignore vendored
View File

@ -91,3 +91,4 @@ screenshot_*
*.sdf
/font/
compile_commands.json
ignore/

View File

@ -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
}