Skip to content

Commit fa2c548

Browse files
committed
Merge bitcoin#32417: doc: Explain that .gitignore is not for IDE-specific excludes
fada115 doc: Explain that .gitignore is not for IDE-specific excludes (MarcoFalke) Pull request description: This comes up frequently, so document it. Examples: * bitcoin#27275 * bitcoin#21894 * bitcoin#32392 * bitcoin#17868 ... ACKs for top commit: l0rinc: ACK fada115 hebasto: ACK fada115. janb84: ACK [fada115](bitcoin@fada115) Tree-SHA512: 6fd1e48de54b40118a49ef61ad157fea278bba568286a022559a4815e53f26650db98a779a1ea2b3085237ded5cbee20d4c2dd1ef51e6a2d3d6085d7063f5309
2 parents eba5f9c + fada115 commit fa2c548

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Patterns that are specific to a text editor, IDE, operating system, or user
2+
# environment are not added here. They should be added to your local gitignore
3+
# file instead:
4+
# https://docs.github.com/en/get-started/git-basics/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer
5+
16
# Build subdirectories.
27
/*build*
38
!/build-aux

0 commit comments

Comments
 (0)