Skip to content

Commit

Permalink
Updated and replpaced cudf with cugraph
Browse files Browse the repository at this point in the history
  • Loading branch information
BradReesWork committed Apr 20, 2020
1 parent 35de4dd commit 8171889
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ DartConfiguration.tcl
## Python build directories & artifacts
htmlcov
dist/
cudf.egg-info/
cugraph.egg-info/
python/build
python/cudf/bindings/*.cpp
python/cugraph/bindings/*.cpp

## Patching
*.diff
Expand All @@ -37,3 +37,6 @@ build/

datasets/*
.pydevproject

# Jupyter Notebooks
.ipynb_checkpoints

0 comments on commit 8171889

Please sign in to comment.