From 9143a0416e2418e1e7a133f88987778614af1cc8 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Tue, 14 Aug 2012 20:34:20 +0200 Subject: [PATCH] Added .gitignore to ignore some autogenerated ManUtils stuff --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0da3d84 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/lib/ManUtils/* +!/lib/ManUtils/Build.PL +!/lib/ManUtils/ManUtils.pm +!/lib/ManUtils/ManUtils.xs