ignore Cargo.lock for libraries

This commit is contained in:
nick black 2020-02-24 22:01:46 -05:00
parent b6438e415d
commit 5f971a6baa
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

1
.gitignore vendored
View File

@ -6,6 +6,7 @@ python/dist/
python/src/notcurses.egg-info/
python/src/_notcurses.so
rust/*/target
rust/*/Cargo.lock
src/colloquy/target/
*.pyc
*.so