author | Sergey Poznyakoff <gray@gnu.org> | 2020-03-04 07:20:21 (GMT) |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org> | 2020-03-04 07:20:21 (GMT) |
commit | 78fb326be62816fa0a0eeda0d62532cf0eb6e734 (patch) (side-by-side diff) | |
tree | 46486f9c4731c9c4c775815617812d8c52bcad53 /.gitignore | |
parent | 9ce221b58ff8e5df3707cdf7d2272600da25a303 (diff) | |
download | mangemanche-78fb326be62816fa0a0eeda0d62532cf0eb6e734.tar.gz mangemanche-78fb326be62816fa0a0eeda0d62532cf0eb6e734.tar.bz2 |
Add Perl build infrastructure
-rw-r--r-- | .gitignore | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,2 +1,14 @@ *~ -.emacs* +\#*# +.#* +*.bak +*.tar* +.emacs.* +/tmp/ +/debug.sh +core +/MANIFEST +/MYMETA.* +/Makefile +/blib +/pm_to_blib |