From eeeadb87e419ddca1259136e8ef6403645c7d21a Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Mon, 17 Oct 2022 12:45:27 +0000 Subject: [PATCH] Ignore files created by 'perl Makefile.PL' or 'make' These files and directories do not need to be stored in the repository or tracked by git, so can be added to .gitignore for better results in 'git status'. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7993dd20..16dd6bf1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,7 @@ /mason_tests /release /tmp +/MYMETA.* +/Makefile +/blib/ +/pm_to_blib