Skip to content

Commit daed9d8

Browse files
authored
Update .gitignore to include codegen/lib exception
Add exception for codegen/lib in .gitignore
1 parent 16480e0 commit daed9d8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ downloads/
3131
eggs/
3232
.eggs/
3333
lib/
34-
!codegen/lib/
3534
lib64/
3635
parts/
3736
sdist/
@@ -329,3 +328,6 @@ dist
329328
# yalc
330329
.yalc/
331330
yalc.lock
331+
332+
# Codegen exceptions
333+
!codegen/lib/

0 commit comments

Comments
 (0)