1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 15:53:45 -05:00

Merge pull request #286 from joshfriend/ignore-bats

Ignore the bats/ directory cloned by tests
This commit is contained in:
Yamashita, Yuu
2014-12-11 12:50:24 +09:00

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@
/libexec/*.dylib /libexec/*.dylib
/src/Makefile /src/Makefile
/src/*.o /src/*.o
bats/