diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-01-03 17:03:27 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-01-04 20:19:39 (EST) |
commit | 7844a69b9b77728c58e2efea9875c0110865aeb1 (patch) | |
tree | 82d4a3c92d6e849393d051b088337b2ab9bd7c73 | |
parent | 6a36e45aa695d842d30c734caf5e95b66ccfa670 (diff) | |
download | Math-Decimal-FastPP-7844a69b9b77728c58e2efea9875c0110865aeb1.zip Math-Decimal-FastPP-7844a69b9b77728c58e2efea9875c0110865aeb1.tar.gz Math-Decimal-FastPP-7844a69b9b77728c58e2efea9875c0110865aeb1.tar.bz2 |
.gitignore: New file
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a3ca22 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Swap and backup files +.*.s[a-w]? +.s[a-w]? +*.vim +*~ +*.orig + +MYMETA.* +Makefile +Makefile.old +*-*.tar* +blib/ +pm_to_blib |