duckstation/.gitignore

47 lines
446 B
Plaintext
Raw Permalink Normal View History

2019-09-09 03:01:26 -04:00
# osx annoyances
.DS_Store
# binaries folder
/bin/
/build/
/build-*/
2019-09-09 03:01:26 -04:00
2024-05-14 01:10:23 -04:00
# dependency build temp files
deps-build/
2019-09-09 03:01:26 -04:00
# vs stuff
.vs
ipch
ipch/*
*.opensdf
*.sdf
*.suo
*.vcxproj.user
*.VC.opendb
*.VC.db
/.vscode/
2019-09-09 03:01:26 -04:00
# 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 08:04:55 -04:00
# other repos
2021-07-17 01:34:49 -04:00
/android
2021-07-04 05:08:55 -04:00