Skip to content

Commit 4c85d37

Browse files
authored
chore: add codegen artefacts to git ignore file (#4139)
This PR simply adds the generated artefacts which we do not want to submit to git to the gitignore file.
1 parent 993d68a commit 4c85d37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ x86_64-slc6-gcc49-opt
2828
/cmake_cmd
2929
/cleanup.sh
3030

31+
#codegen related
32+
codegen/build/
33+
codegen/src/codegen.egg-info/
34+
3135
# dont ignore hidden configs
3236
!.clang-format
3337
!.github

0 commit comments

Comments
 (0)