mirror of
https://github.com/MiSTer-devel/Main_MiSTer.git
synced 2026-04-12 03:04:02 +00:00
31 lines
266 B
Plaintext
31 lines
266 B
Plaintext
# ignore backup files
|
|
*~
|
|
|
|
# ignore vi swapfiles
|
|
.*.swp
|
|
|
|
# ignore compiled python
|
|
*pyc
|
|
|
|
# ignore some backup files
|
|
*bak
|
|
|
|
# ignore some c files
|
|
*\.o
|
|
*\.d
|
|
|
|
# ignore dropbox files
|
|
.dropbox.attr
|
|
|
|
# ignore directories
|
|
Debug
|
|
gcc-*
|
|
|
|
host
|
|
*.lst
|
|
*.elf
|
|
*.map
|
|
*.user
|
|
.vs
|
|
MiSTer
|