1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-04 18:29:36 +00:00
mre-mos6502/.gitignore
Matthias Endler 467b3ff436
Code Cleanup (#97)
This adds some new directives for clippy and fixes all warnings.
Also updated the dependencies to their latest versions.
2024-04-27 19:51:39 +01:00

69 lines
466 B
Plaintext

*.a
*.aux
*.bc
*.boot
*.bz2
*.cmi
*.cmo
*.cmx
*.cp
*.cps
*.d
*.dSYM
*.def
*.diff
*.dll
*.dylib
*.elc
*.epub
*.exe
*.fn
*.html
*.ky
*.ll
*.llvm
*.log
*.o
*.orig
*.out
*.patch
*.pdf
*.pg
*.pot
*.pyc
*.rej
*.rlib
*.rustc
*.so
*.swo
*.swp
*.tmp
*.toc
*.tp
*.vr
*.x86
*~
.#*
.DS_Store
.cproject
.hg/
.hgignore
.project
.settings/
.valgrindrc
/*-*-*-*/
/*-*-*/
/Makefile
/doc
target/
/test/
/tmp/
TAGS
TAGS.emacs
TAGS.vi
\#*
\#*\#
src/.DS_Store
tmp.*.rs
.vscode
Cargo.lock