diff options
author | jaqra <48099350+jaqra@users.noreply.github.com> | 2019-10-30 17:39:35 +0300 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-10-30 14:39:35 +0000 |
commit | bc1775b490a39c42497dc782c1e2effc5af47715 (patch) | |
tree | 67123bf5380784aeae04d8304d734ac848ffe2a5 /.gitignore | |
parent | 7d9351779fb0d7c65adae3326077e8d84902c0d6 (diff) | |
download | gitea-bc1775b490a39c42497dc782c1e2effc5af47715.tar.gz gitea-bc1775b490a39c42497dc782c1e2effc5af47715.zip |
add __debug_bin file to gitignore (#8740)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 773b4726c0..331e26c3be 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ _test # MS VSCode .vscode +__debug_bin # Architecture specific extensions/prefixes *.[568vq] |