From 646339f5f84c4cd9b8dcb6c0d6a41b66116028fd Mon Sep 17 00:00:00 2001 From: BradReesWork Date: Tue, 21 Apr 2020 16:23:20 -0400 Subject: [PATCH] updating list of ignored files --- .gitignore | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7733803bd87..c9df7c2ebff 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,20 @@ __pycache__ *.pytest_cache DartConfiguration.tcl .DS_Store - + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +junit-cugraph.xml +*.cover +.hypothesis/ +test-results + ## Python build directories & artifacts htmlcov dist/ @@ -29,14 +42,27 @@ python/cugraph/bindings/*.cpp CMakeFiles/ Debug build/ +cpp/build/ +cpp/include/cugraph/ipc_generated/*.h +cpp/thirdparty/googletest/ ## Eclipse IDE .project .cproject .settings +## IntelliJ IDE +.idea/ +.idea_modules/ +*.iml +*.ipr +*.iws + datasets/* .pydevproject # Jupyter Notebooks -.ipynb_checkpoints \ No newline at end of file +.ipynb_checkpoints + +## Doxygen +cpp/doxygen/html