duckstation/.gitignore

43 lines
400 B
Plaintext
Raw Normal View History

2019-09-09 07:01:26 +00:00
# osx annoyances
.DS_Store
# binaries folder
/bin/
/Build/
/build/
/build-*/
2019-09-09 07:01:26 +00:00
# vs stuff
.vs
ipch
ipch/*
*.opensdf
*.sdf
*.suo
*.vcxproj.user
*.VC.opendb
*.VC.db
# cmake stuff
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
# unix intermediate files
config.h
*.o
*.a
*.so
*.dylib
# qt creator
CMakeLists.txt.user
# python bytecode
__pycache__
2020-08-25 12:04:55 +00:00
# other repos
/dep/mac