.git
.github
.dockerignore
.DS_Store
tests/nimdep/vendor/
tests/vendor/
# tests/git* was excluding tests/gitversions directory
# .git directories are already excluded by the first line
nimbledeps
**/csources_v2/
**/*.o
**/*.a
**/*.so
**/*.dll
**/*.dylib

