Skip to content

Commit

Permalink
Add build/ and dist/ to .gitignore
Browse files Browse the repository at this point in the history
An alternative to installing `jax` using `pip install -e .` is to use `python setup.py`. This creates build/ and dist/ directories that should not be included in diffs since they are meant to be local.

This PR adds those entries to the .gitignore file
  • Loading branch information
vishwakftw committed Dec 12, 2018
1 parent 9b835a1 commit 46f7c6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
/bazel-*
.bazelrc
/tensorflow
.DS_Store
.DS_Store
build/
dist/

0 comments on commit 46f7c6a

Please sign in to comment.