From 90a5631e1093ce44c4feceb88fcf557c3dfc043b Mon Sep 17 00:00:00 2001 From: Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:03:33 -0400 Subject: [PATCH] Fix typos in .gitignore (#1697) Small fix to some typos that cropped up in the .gitignore with #1676 Authors: - Charles Blackmon-Luca (https://github.com/charlesbluca) - Lawrence Mitchell (https://github.com/wence-) Approvers: - Lawrence Mitchell (https://github.com/wence-) - Mark Harris (https://github.com/harrism) URL: https://github.com/rapidsai/rmm/pull/1697 --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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