1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Fix duplicate entry in .gitignore

This commit is contained in:
itchyny
2023-07-03 23:05:51 +09:00
parent 3847ebb699
commit edb0d88e3b

3
.gitignore vendored
View File

@@ -15,8 +15,6 @@ tags
jq jq
!tests/modules/lib/jq/ !tests/modules/lib/jq/
jq.1 jq.1
jq-*.tar.gz
jq-*.zip
# Generated source # Generated source
src/builtin.inc src/builtin.inc
@@ -35,6 +33,7 @@ autom4te.cache
INSTALL INSTALL
Makefile Makefile
jq-*.tar.gz jq-*.tar.gz
jq-*.zip
configure configure
aclocal.m4 aclocal.m4
Makefile.in Makefile.in