Skip to content

Commit 90a5631

Browse files
authored
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: #1697
1 parent f715518 commit 90a5631

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitignore

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ rmm.egg-info/
2222
python/build
2323
python/*/build
2424
python/rmm/docs/_build
25-
python/rmm/**/librmmm/**/*.cpp
26-
!python/rmm/librmmm/_torch_allocator.cpp
25+
python/rmm/**/librmm/**/*.cpp
26+
!python/rmm/librmm/_torch_allocator.cpp
2727
python/rmm/**/librmm/**/*.h
2828
python/rmm/**/librmm/.nfs*
29-
python/rmm/**/pylibrmmm/**/*.cpp
30-
python/rmm/**/pylibrmmm/**/*.h
31-
python/rmm/**/pylibrmmm/.nfs*
29+
python/rmm/**/pylibrmm/**/*.cpp
30+
python/rmm/**/pylibrmm/**/*.h
31+
python/rmm/**/pylibrmm/.nfs*
3232
python/rmm/_cuda/*.cpp
3333
python/rmm/tests/*.cpp
3434
python/rmm/*.ipynb

0 commit comments

Comments
 (0)