ruffle/.gitignore

16 lines
244 B
Plaintext
Raw Normal View History

# Generated by Cargo
# will have compiled files and executables
2019-04-28 01:15:43 +00:00
target/
# These are backup files generated by rustfmt
2019-04-25 17:52:22 +00:00
**/*.rs.bk
# SWF debug symbols
*.swd
# Flash recovery files
RECOVER_*.fla
2023-08-06 13:13:45 +00:00
# Jetbrains tools (CLion, IntelliJ, etc)
/.idea