Skip to content

Commit

Permalink
add cpp to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Apr 3, 2020
1 parent 293be74 commit c07bf88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ python/cudf/cudf-coverage.xml
python/cudf/*/_lib/**/*\.cpp
python/cudf/*/_lib/**/*.h
python/cudf/*/_lib/.nfs*
python/cudf/_cuda/*.cpp
python/cudf/*.ipynb
python/cudf/.ipynb_checkpoints
python/nvstrings/nvstrings-coverage.xml
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
- PR #4767 Remove linking against `gtest_main` and `gmock_main` in unit tests
- PR #4660 Port `cudf::partition` api to python/cython
- PR #4778 Remove `scatter_to_tables` from libcudf, cython and python
- PR #4793 Add `cudf._cuda` to setup.py

## Bug Fixes

Expand Down

0 comments on commit c07bf88

Please sign in to comment.