diff options
author | Alexander Færøy <ahf@0x90.dk> | 2014-07-06 19:38:21 +0200 |
---|---|---|
committer | Alexander Færøy <ahf@0x90.dk> | 2014-07-06 19:38:21 +0200 |
commit | 1bf4753914b1ea71ebdc336f8986dd5040b8a398 (patch) | |
tree | 87447ece8783d532ca893aee4ae5e62740f42bc3 | |
parent | 4ca8d56869287c9880ce55baf96fe65c38e3bc67 (diff) | |
parent | 6b0a54628d1f69cc1f93ef2e941f5846258ce146 (diff) | |
download | irssi-1bf4753914b1ea71ebdc336f8986dd5040b8a398.zip |
Merge pull request #84 from dgl/gitignore
Ignore build products in .gitignore
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -25,6 +25,11 @@ lt~obsolete.m4 pm_to_blib stamp-h1 +docs/help/Makefile.am +docs/help/[a-z]* +!docs/help/in +docs/help/in/Makefile.am + src/fe-text/irssi src/fe-common/irc/irc-modules.c @@ -37,12 +42,15 @@ src/perl/common/*.c src/perl/irc/*.c src/perl/textui/*.c src/perl/ui/*.c +src/perl/*/MYMETA.* +src/perl/*/Makefile.old *.a *.bs *.la *.lo *.o +*~ *.tar.bz2 *.tar.gz |