Skip to content

Commit 4ffdced

Browse files
committed
ignore only the build directories, not every file starting with build-*
1 parent 7828da5 commit 4ffdced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tags
2121
*.lk
2222
*.map
2323
# ignore files generated by the Arduino make system:
24-
build-*
24+
build-*/
2525
# ignore files generated by patch:
2626
*.orig
2727
*.rej

0 commit comments

Comments
 (0)