vlc-rs/.gitignore

17 lines
135 B
Plaintext
Raw Normal View History

2015-11-29 01:26:04 +00:00
# Compiled files
*.o
*.so
*.rlib
*.dll
# Executables
*.exe
2021-11-02 22:37:10 +00:00
# IDE
.*.swp
2015-11-29 01:26:04 +00:00
# Generated by Cargo
/target/
2019-11-21 11:00:26 +00:00
/libvlc-sys/target
2015-11-29 01:33:02 +00:00
Cargo.lock