mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Merge pull request #84 from dgl/gitignore
Ignore build products in .gitignore
This commit is contained in:
commit
1bf4753914
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue