diff --git a/.gitignore b/.gitignore index 36aafe643..df9d920d5 100644 --- a/.gitignore +++ b/.gitignore @@ -22,13 +22,13 @@ rmm.egg-info/ python/build python/*/build python/rmm/docs/_build -python/rmm/**/librmmm/**/*.cpp -!python/rmm/librmmm/_torch_allocator.cpp +python/rmm/**/librmm/**/*.cpp +!python/rmm/librmm/_torch_allocator.cpp python/rmm/**/librmm/**/*.h python/rmm/**/librmm/.nfs* -python/rmm/**/pylibrmmm/**/*.cpp -python/rmm/**/pylibrmmm/**/*.h -python/rmm/**/pylibrmmm/.nfs* +python/rmm/**/pylibrmm/**/*.cpp +python/rmm/**/pylibrmm/**/*.h +python/rmm/**/pylibrmm/.nfs* python/rmm/_cuda/*.cpp python/rmm/tests/*.cpp python/rmm/*.ipynb