mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-18 16:42:54 +01:00
doc: Explain that .gitignore is not for IDE-specific excludes
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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 subdirectories.
|
||||||
/*build*
|
/*build*
|
||||||
!/build-aux
|
!/build-aux
|
||||||
|
|||||||
Reference in New Issue
Block a user