Skip to content

Commit 5b82931

Browse files
Fixed gitignore filters for build subfolders in images folder (#185)
* Fixed gitignore filters for build subfolders in images folder * build filter rule updated --------- Co-authored-by: Kai Gräper <160226396+kgraeper@users.noreply.github.com>
1 parent 8b5a910 commit 5b82931

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ __pycache__/
2626
/score_*/
2727
/.gita/
2828
/.gita-workspace.csv
29-
build
30-
!images/autosd_x86_64/build/
29+
/build
3130
artifacts

0 commit comments

Comments
 (0)