diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-17 13:45:20 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-17 13:46:26 -0400 |
commit | fc719e47c452564b56d2ed0b7828fc74e72fcef8 (patch) | |
tree | f392219dbc10ce7690142927d4215ab88e71275d /.gitignore | |
parent | fcdcd32de7118e1de1f8d94c380a0e80a64265ec (diff) | |
download | aerc-fc719e47c452564b56d2ed0b7828fc74e72fcef8.tar.gz |
Add man pages
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8fc975f..90e1624 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ .go /aerc2 +/aerc log raw.log +*.1 +*.5 |