Skip to content

Commit 5a8d6d8

Browse files
benjderobluca
authored andcommitted
Problem: CZMQ ignore some changes from czmq-jni due to bad ignore rules
Solution: Fix it according to what is used in zproject & similar projects
1 parent bd8d16d commit 5a8d6d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ src/czmq_selftest
3232
core
3333

3434
# Distcheck workspace and archives
35-
czmq-*/
36-
czmq-*.tar.gz
37-
czmq-*.zip
35+
/czmq-*/
36+
/czmq-*.tar.gz
37+
/czmq-*.zip
3838

3939
# Man pages
4040
doc/*.1

0 commit comments

Comments
 (0)