summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2022-11-25 12:18:32 +1100
committerDamien George <damien@micropython.org>2022-11-28 11:19:06 +1100
commitcc26bf7406dac7822de347d14a9935c101d7e8aa (patch)
tree26a97ce7b21e85caf1e46704fb4b168a7b7d9b58
parent7543b475b141b6cee6ea920074274be9ba14fd7a (diff)
gitignore: Add comment about keeping this file minimal.
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f33e4bec4..2d20cb189 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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-*/