36 lines
373 B
Plaintext
36 lines
373 B
Plaintext
# will have compiled files and executables
|
|
debug/**
|
|
target/**
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
# Build - Test:
|
|
*.txt
|
|
|
|
# Develop
|
|
TODO.md
|
|
desktop.ini
|
|
.vscode/**
|
|
|
|
# Releases (realAscot)
|
|
releases/**
|
|
bin/**
|
|
|
|
# Misc
|
|
*zip
|
|
*.tar.gz
|
|
*.tar.xz
|
|
*.tar.bz2
|
|
*.tar.lz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|