Add build/ to .gitignore since that's common practice for cmake

This commit is contained in:
Yangqing Jia
2017-01-04 14:12:34 -08:00
parent 1259172420
commit 9f351d581e

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
*.pyc
gen*/
doxygen/*
build/*