Skip to content

Commit 2c3c962

Browse files
Changed dpctl/.gitignore to only ignore generated _*.cpp files, not all *.cpp
1 parent bab9615 commit 2c3c962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*.so
2-
*.cpp
2+
_*.cpp
33
*.cxx
44
*.c
55
*.h

0 commit comments

Comments
 (0)