Skip to content

Commit

Permalink
Update .gitignore file. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnishihara authored and pcmoritz committed Oct 28, 2016
1 parent 43aca17 commit 5c50d97
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# The build output should clearly not be checked in
/build
/lib/python/ray/objstore
/lib/python/ray/scheduler
/src/plasma/build
/src/photon/build
/src/common/build
/src/common/thirdparty/redis-3.2.3

# Python byte code files
*.pyc
Expand Down Expand Up @@ -66,5 +68,15 @@ scripts/nodes.txt
# OS X folder attributes
.DS_Store

# Debug files
*.dSYM/
*.su

# Python setup files
*.egg-info

# Compressed files
*.gz

# Datasets from examples
**/MNIST_data/

0 comments on commit 5c50d97

Please sign in to comment.