diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-01-02 00:20:47 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-01-02 00:20:47 +0000 |
commit | a722a562112506c63c9b6519b8252d633534a35a (patch) | |
tree | 78dc4b8bbefa910007339970eaf004f012d2082f /.gitignore | |
parent | Switch upstream to Debian's w3m (diff) | |
parent | New upstream version 0.5.3+git20210102 (diff) | |
download | w3m-a722a562112506c63c9b6519b8252d633534a35a.tar.gz w3m-a722a562112506c63c9b6519b8252d633534a35a.zip |
Update upstream source from tag 'upstream/0.5.3+git20210102'
Update to upstream version '0.5.3+git20210102'
with Debian dir e89c066385156d7c9ed01b0c8a1a08e01019959d
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bf7ac3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +*.a +*.o +Makefile +/config.cache +/config.log +/config.status +/config.h +/config.param +/entity.h +/funcname.tab +/funcname.c +/funcname1.h +/funcname2.h +/functable.c +/tagtable.c +/inflate +/mktable +/w3m +/w3mbookmark +/w3mhelperpanel +/w3mimgdisplay +/version.c +/w3mhelp-lynx_*.html +/w3mhelp-w3m_*.html +/posubst +/po/stamp-po +/po/POTFILES +/po/*.gmo +/po/Makefile.in +/po/remove-potcdate.sed +/scripts/dirlist.cgi +/scripts/w3mhelp.cgi +/scripts/w3mmail.cgi +/scripts/w3mhelp-funcdesc.*.pl +/scripts/w3mhelp-funcname.pl +/scripts/w3mhelp-funcdesc-stamp +/scripts/xface2xpm +/scripts/multipart/multipart.cgi +/scripts/w3mman/w3mman +/scripts/w3mman/w3mman2html.cgi +/scripts/w3mman/w3mman*.1 |