121 lines
1.3 KiB
Text
121 lines
1.3 KiB
Text
# Binaries
|
|
*.o
|
|
*.lo
|
|
*.so*
|
|
*.dylib*
|
|
*.a
|
|
*.obj
|
|
*.lib
|
|
*.exe
|
|
*.dll
|
|
*.pyc
|
|
*.gco
|
|
*.gcno
|
|
*.gcda
|
|
*.cov
|
|
a.out
|
|
lib/
|
|
test-dev/gen_mixer_data
|
|
test-dev/gen_module_data
|
|
test-dev/libxmp-covertest
|
|
test-dev/libxmp-tests
|
|
test-dev/libxmp_fuzz_*
|
|
test-dev/xmpchk
|
|
|
|
# VC++ files
|
|
/.vs
|
|
/.vscode
|
|
*.exp
|
|
*.lib
|
|
*.suo
|
|
*.ncb
|
|
Makefile.vc.tmp
|
|
|
|
# Module formats
|
|
*.mod
|
|
*.MOD
|
|
*.xm
|
|
*.XM
|
|
*.s3m
|
|
*.it
|
|
*.IT
|
|
*.itz
|
|
*.med
|
|
*.mod.nt
|
|
*.amf
|
|
*.umx
|
|
*.gtk
|
|
# mod.*
|
|
AS.*
|
|
*.xz
|
|
|
|
# Other media
|
|
*.wav
|
|
*.mp3
|
|
|
|
# Compressed formats
|
|
*.zip
|
|
*.lha
|
|
*.lzx
|
|
*.tar.gz
|
|
*.rar
|
|
*.bz2
|
|
|
|
# Configuration
|
|
config.cache
|
|
config.log
|
|
config.status
|
|
configure
|
|
autom4te.cache
|
|
|
|
# Generated files
|
|
depend
|
|
players/xmp/Makefile
|
|
libxmp.pc
|
|
Makefile
|
|
!cmake/Makefile
|
|
test/.test
|
|
test/libxmp-covertest
|
|
test/libxmp-test
|
|
test-dev/.fuzzer
|
|
test-dev/.read_test
|
|
test-dev/ARTIFACTS
|
|
test-dev/CORPUS
|
|
test-dev/NEW_CORPUS
|
|
test-dev/all_tests.c
|
|
test-dev/write_test
|
|
coverage/
|
|
docs/libxmp.3
|
|
docs/libxmp.html
|
|
docs/libxmp.man.rst
|
|
docs/libxmp.pdf
|
|
.test
|
|
libxmp-lite-stagedir/
|
|
|
|
# Other stuff and leftovers
|
|
xmp.out
|
|
.svn
|
|
*.d
|
|
*.orig
|
|
*.rej
|
|
tags
|
|
*~
|
|
commit-*
|
|
*.swp
|
|
*.patch
|
|
*.exp
|
|
|
|
# Qt Creator caches and settings
|
|
build-*
|
|
*.user*
|
|
|
|
# Clion and other Idea-based IDEs
|
|
.idea/
|
|
|
|
# CMake build files
|
|
build/
|
|
CMakeFiles/
|
|
CMakeCache.txt
|
|
cmake_install.cmake
|
|
libxmp-config-version.cmake.autotools
|
|
libxmp-lite-config-version.cmake.autotools
|