Files
super6502/sw/.gitignore
Byron Lathi 4be5366aee Do not track o65 files
These are object files still, which means we do not want to track them.
2022-04-16 14:28:40 -05:00

56 lines
449 B
Plaintext

# Prerequisites
*.d
# Object files
*.o
*.o65
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
lists/
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.bin
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf