Add pycache to gitignore

This commit is contained in:
2019-12-22 06:50:33 -08:00
parent 15220fffa6
commit 2595e3af8c

3
.gitignore vendored
View File

@@ -12,4 +12,5 @@ build/*
doxygen/*
buildbot-upload/*
*/config.mak
*\~
*\~
__pycache__