diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2019-08-25 18:52:53 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2019-08-25 18:52:53 +0200 |
commit | e0e7a74bde52a1aa02d1da758128722598fb6dd8 (patch) | |
tree | 3064dd064dcde0969467c6d2e068d8ccbbd648b1 /.gitignore | |
parent | 5256f6122e9843b1e9988a742ed6c2a4923bc2bd (diff) | |
download | fetchmail-e0e7a74bde52a1aa02d1da758128722598fb6dd8.tar.gz fetchmail-e0e7a74bde52a1aa02d1da758128722598fb6dd8.tar.bz2 fetchmail-e0e7a74bde52a1aa02d1da758128722598fb6dd8.zip |
Align with legacy_6x.
* Normalize include order.
* Backport missed bug fixes.
* Remove dead code.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -6,9 +6,13 @@ .deps/ .project .rsyncs +.settings/ +.vscode/ /nbproject/ ABOUT-NLS aclocal.m4 +ANNOUNCE.EMAIL +ar-lib autobuild/ autom4te.cache build* @@ -36,7 +40,9 @@ fetchmail-man.html fetchmail.spec fetchmailconf genlsm.sh +IMAPCapa install-sh +intl/ libfm.a m4/ Mailbox-Names-UTF7.html @@ -60,13 +66,10 @@ rfc822valid stamp-h1 tags test-driver +test-suite.log TODO unmime x509_name_match ylwrap \#*# -.settings/ -.vscode/ _build* -ANNOUNCE.EMAIL -ar-lib |