diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-07-05 15:03:47 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-07-05 15:47:49 +0200 |
commit | 26d4df4e174124e1174c624d770661b1394fcf5f (patch) | |
tree | cf97cc3e94a77f88b1370cb919c4a374c618eb14 /.gitignore | |
parent | dbf3a13d0faad856726b96942425e08618aa89d3 (diff) | |
download | redot-cpp-26d4df4e174124e1174c624d770661b1394fcf5f.tar.gz |
Fix JavaScript library suffix.
Also add `.bc` files to `.gitignore`
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ logs/* *.os *.so *.obj +*.bc *.pyc *.dblite *.pdb |