1
0
Fork 0
mirror of https://github.com/reisub0/sway-alttab synced 2024-05-13 02:36:05 +02:00
sway-alttab/.gitignore
reisub0 230039ca55
Initial commit
Signed-off-by: reisub0 <reisub0@gmail.com>
2019-12-08 14:37:39 +05:30

16 lines
468 B
Plaintext

/target
**/*.rs.bk
# create by https://github.com/iamcco/coc-gitignore (Sat Dec 07 2019 04:18:05 GMT+0530 (India Standard Time))
# Rust.gitignore:
# Generated by Cargo
# will have compiled files and executables
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk