mirror of
https://github.com/mre/mos6502.git
synced 2024-12-23 03:29:51 +00:00
Add .gitignore file -- this is probably overkill
This commit is contained in:
parent
903a9895d8
commit
0a6b9c5611
67
.gitignore
vendored
Normal file
67
.gitignore
vendored
Normal file
@ -0,0 +1,67 @@
|
||||
*.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
|
Loading…
Reference in New Issue
Block a user