Skip to content

Commit

Permalink
Update .gitignore (facebookresearch#3492)
Browse files Browse the repository at this point in the history
Summary:
Adding build folder to gitignore, so that they don't show up in the commit tree while building from source

Pull Request resolved: facebookresearch#3492

Reviewed By: junjieqi

Differential Revision: D58171359

Pulled By: asadoughi

fbshipit-source-id: b0efed348769328a3bdbcc13098dcb84cadb6c4f
  • Loading branch information
abhiramvad authored and aalekhpatel07 committed Oct 17, 2024
1 parent cbaaac4 commit c54330b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*.dylib
*.pyc
*~
/build/
/config.*
/aclocal.m4
/autom4te.cache/
Expand Down

0 comments on commit c54330b

Please sign in to comment.