PUAE/.gitignore
Mustafa Tufan 5e41fee955 puae 2.6.0
2013-01-18 10:08:11 +02:00

69 lines
915 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
# 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