Skip to content

Commit bf738f8

Browse files
committed
Fix .gitignore not to ignore misc/build directory
1 parent c2758eb commit bf738f8

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
@@ -9,7 +9,7 @@ __pycache__/
99
# Distribution / packaging
1010
.Python
1111
env/
12-
build/
12+
/build/
1313
develop-eggs/
1414
dist/
1515
downloads/

0 commit comments

Comments
 (0)