Skip to content

Commit

Permalink
updating list of ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
BradReesWork committed Apr 21, 2020
1 parent f3e12a1 commit 646339f
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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
.ipynb_checkpoints

## Doxygen
cpp/doxygen/html

0 comments on commit 646339f

Please sign in to comment.