doc: Explain that .gitignore is not for IDE-specific excludes

This commit is contained in:
MarcoFalke 2025-05-04 18:54:04 +02:00
parent 68ac9f116c
commit fada115cbe
No known key found for this signature in database

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
# Patterns that are specific to a text editor, IDE, operating system, or user
# environment are not added here. They should be added to your local gitignore
# file instead:
# https://docs.github.com/en/get-started/git-basics/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer
# Build subdirectories.
/*build*
!/build-aux