Skip to content

Commit bec2818

Browse files
committed
Problem: Only one build directory ignored
Solution: Ignore all *build directories
1 parent ec8a30a commit bec2818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
*.swp
33

44
# Build directory
5-
build/
5+
*build/

0 commit comments

Comments
 (0)