Skip to content

Commit 98d1293

Browse files
committed
Adjust .gitignore to look for bin/*
This is so it doesn't catch bindata files which we want to be checked in after running 'make bindata'
1 parent 991438a commit 98d1293

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
@@ -5,7 +5,7 @@
55
*.dll
66
*.so
77
*.dylib
8-
bin
8+
bin/*
99
testbin/*
1010

1111
bundle/*

0 commit comments

Comments
 (0)