mirror of
https://github.com/charlesthobe/chdman.git
synced 2024-11-24 07:25:31 +00:00
37 lines
333 B
Plaintext
37 lines
333 B
Plaintext
#quack
|
|
# binaries ~~folder~~
|
|
/bin/
|
|
/Build/
|
|
/build/
|
|
/build-*/
|
|
chdman
|
|
|
|
# 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
|
|
.ninja_*
|
|
build.ninja
|
|
|
|
# unix intermediate files
|
|
config.h
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.dylib
|
|
|