Skip to content

Commit 1404cba

Browse files
tomershafirxemul
authored andcommitted
gitignore: ignore directories that match "build*"
To ease local build versioning with git, like build_old and build_new. Closes #2602
1 parent 241391e commit 1404cba

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,7 +2,7 @@
22
.cproject
33
.project
44
.settings
5-
build
5+
build*
66
build.ninja
77
cscope.*
88
__pycache__/

0 commit comments

Comments
 (0)