diff options
| author | Nathan Conrad <[email protected]> | 2019-09-15 23:37:57 -0400 |
|---|---|---|
| committer | Nathan Conrad <[email protected]> | 2019-09-15 23:46:03 -0400 |
| commit | 18303e742ee3c7897e28ce9960069e362dae38d2 (patch) | |
| tree | ad922d8c0197b5f0476fd9990a4e95c89013c320 /.gitignore | |
| parent | ae873a709e21738fecba561e7d57a402f8bf3f2c (diff) | |
Covert macros to inline functions.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9864ea6be..772f5d8ee 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,7 @@ latex test_old/ tests_obsolete/ _build +# coverity intermediate files +cov-int +# cppcheck build directories +*-build-dir |
