about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-01-03 14:00:22 -0800
committerJonathan "Duke" Leto <jonathan@leto.net>2011-01-03 14:00:22 -0800
commit792eeecfec9b9b30101fa5c791554b6affb5f0d0 (patch)
treed3e835deef556269479be29e596a01e110ebc825 /.gitignore
parentupdate .gitignore (diff)
downloadjitterbug-792eeecfec9b9b30101fa5c791554b6affb5f0d0.tar.gz
Convert jitterbug to use Module::Build
Jitterbug now uses Module::Build, mostly so that "./Build installdeps" can
be used to install all Jitterbug dependencies. The README has been updated
to document the new installation process.

A Makefile.PL is still generated for backcompat.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c6092e6..ee0f6fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,10 @@ blib/*
 pm_to_blib
 Makefile
 Makefile.old
+_build
+META.yml
+MYMETA.yml
+*.bak
+*.swp
+Makefile.PL
+Build