Skip to content

Commit 3577280

Browse files
committed
Exclude all build* files/directories @ root level
I tend to create multiple build paths at the root of the project, for testing various configurations. So I'll have all of `build/`, `build-somebranch`, `build-otherbranch`, etc. sitting around. This PR updates the `.gitignore` for the repo to exclude `/build*`, meaning _anything_ with a name that starts with `build`, if it's located at the root of the repository tree.
1 parent 1b19ae7 commit 3577280

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
build/
2-
build/*
1+
/build*
32
*.DS_Store
43
.pydevproject
54
.settings

0 commit comments

Comments
 (0)