diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-05 08:34:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-05 08:34:58 +0700 |
commit | acd522ea57a035c92e7d9f5ebaf47bc0290199e0 (patch) | |
tree | 01530bc14b92121a31326d3bede6525038014286 | |
parent | 8e4836c7c757fa887b69a3dc9379c974904a0c88 (diff) |
git/gitignore: Add .vapi as ignored files.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 96ab5f690ca7..29fdc609a429 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ graphics/tesseract/eng.traineddata waf-2.0.* *.snap *.rej +*.vapi |