notcurses/.gitignore
joseLuís 66d4f323e8 rust: fix .gitignore; remove issue example
- make .gitignore just ignore the *root* build dir
- remove unneeded rust/.gitignore
- remove no longer needed issue-rgba.rs
2021-04-10 13:03:54 +02:00

17 lines
254 B
Plaintext

/build/
doc/examples/book
obj-x86_64-linux-gnu
python/.eggs/
python/build/
python/dist/
python/notcurses-pydemo.1
python/notcurses-direct-pydemo.1
python/src/notcurses.egg-info/
python/src/_notcurses.so
rust/target
rust/Cargo.lock
*.pyc
*.so
*.swp
*.swo