gitignore: Add comment about keeping this file minimal.

Signed-off-by: Damien George <damien@micropython.org>
pull/10075/head
Damien George 2022-11-25 12:18:32 +11:00
rodzic 7543b475b1
commit cc26bf7406
1 zmienionych plików z 8 dodań i 0 usunięć

8
.gitignore vendored
Wyświetl plik

@ -1,3 +1,11 @@
# This .gitignore file is intended to be minimal.
#
# If you find that you need additional rules, such as IDE temporary
# files, please do so either via a global .gitignore file (registered
# with core.excludesFile), or by adding private repository-specific
# rules to .git/info/exclude. See https://git-scm.com/docs/gitignore
# for more information.
# Build directories
build/
build-*/