mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
66d4f323e8
- make .gitignore just ignore the *root* build dir - remove unneeded rust/.gitignore - remove no longer needed issue-rgba.rs
17 lines
254 B
Plaintext
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
|