1
0
Fork 0
dosbox-staging/.gitignore
krcroft 78ae277d28 Expand use and support for LTO and FDO builds
Adds LTO to the CI build for Linux, which bring it as close as possible
to the planned formal release, which will additionally use FDO.

Adds some helper scripts to work with FDO files.

Improves the build notes for how to create and use FDO files.
2020-04-01 08:03:39 +02:00

86 lines
852 B
Text

# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# svn:ignore
aclocal.m4
autom4te.cache
config.h
config.h.in
config.h.in~
config.log
config.status
config.guess
config.sub
configure
depcomp
install-sh
Makefile
Makefile.in
missing
mkinstalldirs
stamp-h1
# Other
compile
build.log
clean.log
make.log
.previous_build
.current_build
*.defines
# Visual Studio
.vs
# Common editor temp/backup files
*~
*.swp
*.tmp
*.orig
*.rej
# PVS static analysis outputs or ephemerals
pvs-*
!pvs-studio.yml
strace_out
suppress_base.json
# macOS directory prefs
.DS_Store
# Profiling data
*.prof
*.profraw
*.profraw.imports
*.afdo
*.afdo.imports