2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-26 04:42:16 +00:00
Files
gil/.gitignore
Mateusz Łoskot 4bd08aac67 Start doc/README.md document [ci skip]
Add Python pip requirements.txt (preparing for Exhale prototype).
2018-11-20 15:59:01 +01:00

23 lines
208 B
Plaintext

*~
*.swp
# Boost.Build
stdcerr
/doc/*build*
/io/output
# Visual Studio (Code)
/.vs
.vscode
# CMake
/*build*
/cmake-build-debug/
/cmake-build-release/
/CMakeSettings.json
# JetBrains
/.idea
# Python
.venv