diff --git a/.gitignore b/.gitignore index 3b6449c..88c1c10 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/ExtUtils-InstallPaths-0.012.tar.gz +/ExtUtils-InstallPaths-[0-9.]*.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..63f0acf --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error %description -l en_US (destdir|installable|tmp) -> ")