Update .gitignore (#3492)
Summary: Adding build folder to gitignore, so that they don't show up in the commit tree while building from source Pull Request resolved: https://github.com/facebookresearch/faiss/pull/3492 Reviewed By: junjieqi Differential Revision: D58171359 Pulled By: asadoughi fbshipit-source-id: b0efed348769328a3bdbcc13098dcb84cadb6c4fpull/2449/head
parent
a900cfa9f1
commit
ec67ac1594
|
@ -7,6 +7,7 @@
|
|||
*.dylib
|
||||
*.pyc
|
||||
*~
|
||||
/build/
|
||||
/config.*
|
||||
/aclocal.m4
|
||||
/autom4te.cache/
|
||||
|
|
Loading…
Reference in New Issue