diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 93d660fcc..44475cab1 100644 --- a/.gitignore +++ b/.gitignore @@ -78,4 +78,9 @@ src/www/gf-web-api.html result .vscode .envrc -.pre-commit-config.yaml
\ No newline at end of file +.pre-commit-config.yaml + +# Profiling +profile/ +.stack-work-profile/ +.stack-work-profile-pre-pmcfg/ |
