Skip to content

Commit 1bb2123

Browse files
added generated dpctl/*.h files to .gitignore
1 parent eda6a92 commit 1bb2123

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,12 @@ _dpctl_bindings*
8787

8888
# generated C API coverage reports
8989
dpctl-c-api-coverage
90+
91+
# generated header files
92+
dpctl/_sycl_queue.h
93+
dpctl/_sycl_context.h
94+
dpctl/_sycl_device.h
95+
dpctl/_sycl_event.h
96+
dpctl/_sycl_queue.h
97+
dpctl/_sycl_queue_manager.h
98+
dpctl/memory/_memory.h

0 commit comments

Comments
 (0)