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-22 02:53:55 +00:00
# IDE
.*.swp
2015-11-29 01:26:04 +00:00
# Generated by Cargo
/target/
/libvlc-sys/target
2015-11-29 01:33:02 +00:00
Cargo.lock