| target |
| build/* |
| *.rlib |
| *.sdb |
| *.bin |
| *.elf |
| *.o |
| *.ll |
| .gdbinit |
| .gdb_history |
| |
| ## OS X |
| .DS_Store |
| .AppleDouble |
| .LSOverride |
| |
| # Icon must end with two \r |
| Icon |
| |
| # Thumbnails |
| ._* |
| |
| # Files that might appear on external disk |
| .Spotlight-V100 |
| .Trashes |
| |
| # Directories potentially created on remote AFP share |
| .AppleDB |
| .AppleDesktop |
| Network Trash Folder |
| Temporary Items |
| .apdisk |
| |
| ## Log Files |
| *.log |
| |
| # Files generated by rustfmt |
| *.bk |
| |
| # rustdoc folder |
| doc/rustdoc |
| |
| # Backup and swap files |
| *~ |
| [._]*.s[a-v][a-z] |
| [._]*.sw[a-p] |
| [._]s[a-v][a-z] |
| [._]sw[a-p] |
| |
| /.idea |
| |
| # Cargo.lock files have a lot of noisy churn during development. Instead they |
| # are manually included for releases. |
| Cargo.lock |
| |
| # The QEMU build directory |
| tools/qemu-build |
| |
| # Python scripts |
| __pycache__ |