Skip to content

Commit 8bcc9f1

Browse files
oscar-gylling-workOscar Gylling
authored andcommitted
gitignore: Escape comment (#520)
Co-authored-by: Oscar Gylling <oscarg@axis.com>
1 parent 800fc26 commit 8bcc9f1

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
@@ -1,5 +1,5 @@
11
// Ignore directories which start with "build", but allow files.
2-
// N.b. the dot '.' in the regexp is sensitive to being last in []
2+
// N.b. the dot '.' in the regexp is sensitive to being last in \[\]
33
**/build/
44
**/build[a-z0-9._-]*/
55

0 commit comments

Comments
 (0)