mirror of
https://github.com/gbdk-2020/gbdk-2020.git
synced 2026-02-19 16:21:53 +01:00
95 lines
1.1 KiB
Plaintext
95 lines
1.1 KiB
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Object files
|
|
*.o
|
|
*.ko
|
|
*.obj
|
|
*.elf
|
|
|
|
# Linker output
|
|
*.ilk
|
|
*.map
|
|
*.exp
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
*.la
|
|
*.lo
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.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
|
|
build/
|
|
*.user
|
|
*.opendb
|
|
*.db
|
|
*.suo
|
|
gbdk-support/Debug/
|
|
gbdk-support/bankpack/bankpack
|
|
gbdk-support/gbcompress/gbcompress
|
|
gbdk-support/ihxcheck/ihxcheck
|
|
gbdk-support/lcc/lcc
|
|
gbdk-support/png2mtspr/png2mtspr
|
|
gbdk-support/png2asset/png2asset
|
|
gbdk-support/png2asset/testing/out/*
|
|
gbdk-support/makebin/makebin
|
|
gbdk-support/makecom/makecom
|
|
gbdk-support/makenes/makenes
|
|
|
|
gbdk-support/png2hicolorgb/png2hicolorgb
|
|
gbdk-support/romusage/romusage
|
|
as/bin
|
|
link/bin
|
|
maccer
|
|
link/Debug/
|
|
link/.vs/
|
|
far_fixer/Debug/
|
|
far_fixer/.vs/
|
|
[Dd]ebug/
|
|
|
|
# Auto-generated make.bat and compile.bat (from Makefiles)
|
|
make.bat
|
|
compile.bat
|
|
|
|
# Doc generation files
|
|
gbdk-lib/doc/
|
|
|
|
# VS.Code folder
|
|
.vscode
|
|
|
|
gen/
|
|
bin/
|
|
obj/
|
|
dist/
|