From 817188981d61bdd5d9670f54abfe049173c4a1f1 Mon Sep 17 00:00:00 2001 From: BradReesWork Date: Mon, 20 Apr 2020 12:06:04 -0400 Subject: [PATCH] Updated and replpaced cudf with cugraph --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b30745da9a1..7733803bd87 100644 --- a/.gitignore +++ b/.gitignore @@ -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 @@ -37,3 +37,6 @@ build/ datasets/* .pydevproject + +# Jupyter Notebooks +.ipynb_checkpoints \ No newline at end of file