Files
llamaplayer/.gitignore
hn1f 4fd12262b1 add duckstation source code
creative commons still better then the meme loicense
2024-09-26 19:46:18 +02:00

49 lines
474 B
Plaintext

<<<<<<< HEAD
# osx annoyances
.DS_Store
# binaries folder
/bin/
/build/
/build-*/
# dependency build temp files
deps-build/
/deps/
# vs stuff
.vs
ipch
ipch/*
*.opensdf
*.sdf
*.suo
*.vcxproj.user
*.VC.opendb
*.VC.db
/.vscode/
# cmake stuff
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
/.cache/
# unix intermediate files
config.h
*.o
*.a
*.so
*.dylib
# qt creator
CMakeLists.txt.user
# python bytecode
__pycache__
# other repos
/android