mirror of
https://github.com/libretro/PUAE.git
synced 2024-11-23 07:49:45 +00:00
78 lines
985 B
Plaintext
78 lines
985 B
Plaintext
# .gitignore
|
|
|
|
# Editor backup files
|
|
*~
|
|
*.bak
|
|
*.old
|
|
*.rej
|
|
*.ori
|
|
|
|
# Build chain generated files
|
|
.deps
|
|
*.a
|
|
*.o
|
|
*.Po
|
|
|
|
# Autoconf generated files
|
|
*.scan
|
|
autoscan*
|
|
Makefile
|
|
Makefile.am.*
|
|
config.*
|
|
aclocal.m4
|
|
autom4te.cache
|
|
configure
|
|
Makefile.in
|
|
sysconfig.h
|
|
src/*dep
|
|
.dirstamp
|
|
|
|
# The tools folder has mostly autogenerated files
|
|
src/tools/
|
|
!src/tools/Makefile.in
|
|
!src/tools/configure.ac
|
|
!src/tools/sysconfig.h.in
|
|
!src/tools/target.h
|
|
|
|
# Generated Emulator source and header files
|
|
src/md-fpp.h
|
|
src/target.h
|
|
src/blit*
|
|
src/comp*
|
|
src/cpuemu_*
|
|
src/linetoscr.c
|
|
|
|
# Executables
|
|
src/make_hdf
|
|
src/readdisk
|
|
src/uae
|
|
|
|
# Unwanted files that are not ready yet or temporary
|
|
src/od-macosx/Credits.rtf
|
|
src/od-macosx/Info.plist
|
|
config_.sh
|
|
cfg_*.log
|
|
*_template.txt
|
|
|
|
# Files generated by automoc and other qt related stuff:
|
|
moc_*.cpp
|
|
ui_puae_mainwindow.h
|
|
|
|
# Eclipse CDT files
|
|
.autotools
|
|
.*project
|
|
|
|
# Code::Blocks files
|
|
*.workspace
|
|
*.depend
|
|
*.cbp
|
|
*.layout
|
|
|
|
# macos
|
|
.DS_Store
|
|
|
|
# testing
|
|
kick.rom
|
|
kick_ext.rom
|
|
df0.adz
|