Skip to content

Fix gitignore

Created by: JocelynDelalande

(build folder was not actually ignored)

from man gitignore.

A leading slash matches the beginning of the pathname. For example, "/*.c" matches "cat-file.c" but not "mozilla-sha1/sha1.c"

Merge request reports