# osx annoyances .DS_Store # binaries folder /bin/ /build/ /build-*/ # dependency build temp files deps-build/ /deps/ # IDE stuff: # Visual Studio .vs ipch ipch/* *.opensdf *.sdf *.suo *.vcxproj.user *.VC.opendb *.VC.db /.vscode/ # CLion /.idea/ # 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__ /.translation-work/ # other repos /android