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: b0efed348769328a3bdbcc13098dcb84cadb6c4f
pull/2449/head
Abhiram Vadlapatla 2024-06-04 21:59:57 -07:00 committed by Facebook GitHub Bot
parent a900cfa9f1
commit ec67ac1594
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@
*.dylib
*.pyc
*~
/build/
/config.*
/aclocal.m4
/autom4te.cache/