[Bps-public-commit] dist-zilla-mintingprofile-rtx branch, master, updated. 30946483353acc4291f8618c425ea3f955bc2d5d
Kevin Falcone
falcone at bestpractical.com
Thu Aug 4 20:56:59 EDT 2011
The branch, master has been updated
via 30946483353acc4291f8618c425ea3f955bc2d5d (commit)
via f36aadec465565dfef0af66c9a0823f999392542 (commit)
from af1612af21c655e2ca40590ce348062617dde193 (commit)
Summary of changes:
.gitignore | 1 +
profiles/default/.Module.pm.swp | Bin 12288 -> 0 bytes
.gitignore => profiles/default/skel/gitignore | 3 ++-
3 files changed, 3 insertions(+), 1 deletions(-)
delete mode 100644 profiles/default/.Module.pm.swp
copy .gitignore => profiles/default/skel/gitignore (75%)
- Log -----------------------------------------------------------------
commit f36aadec465565dfef0af66c9a0823f999392542
Author: Kevin Falcone <kevin at jibsheet.com>
Date: Thu Aug 4 20:53:27 2011 -0400
*sigh* swap files
diff --git a/.gitignore b/.gitignore
index ff237df..5617ded 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ pod2htm*.tmp
Dist-Zilla-MintingProfile-RTx*
README
*.bak
+*.swp
diff --git a/profiles/default/.Module.pm.swp b/profiles/default/.Module.pm.swp
deleted file mode 100644
index e8004df..0000000
Binary files a/profiles/default/.Module.pm.swp and /dev/null differ
commit 30946483353acc4291f8618c425ea3f955bc2d5d
Author: Kevin Falcone <kevin at jibsheet.com>
Date: Thu Aug 4 20:56:28 2011 -0400
Ship a gitignore
you'll have to rename it to .gitignore, ExtUtils::MakeMaker is skipping
it and it is too late to figure out how to make it do what I want
diff --git a/profiles/default/skel/gitignore b/profiles/default/skel/gitignore
new file mode 100644
index 0000000..2612782
--- /dev/null
+++ b/profiles/default/skel/gitignore
@@ -0,0 +1,12 @@
+blib*
+Makefile
+Makefile.old
+pm_to_blib*
+*.tar.gz
+.lwpcookies
+cover_db
+pod2htm*.tmp
+{{ $dist->name }}*
+README
+*.bak
+*.swp
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list