diff options
author | Brian Fraser <fraserbn@gmail.com> | 2014-01-22 11:20:59 -0300 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-22 16:33:07 -0300 |
commit | 86c256672d7949c124cd9aa41f8b324aff6277a6 (patch) | |
tree | b3631e4ef574814fdf8ee02936e00b3fc17ad707 /.gitignore | |
parent | 3258f5d919f524d155c3f108731eaa088adfa7c8 (diff) | |
download | perl-86c256672d7949c124cd9aa41f8b324aff6277a6.tar.gz |
Add Darwin shared libraries (dylib) to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7dd833d607..b6d1a0d776 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,9 @@ perldtrace.h *.old *.xsc +# general build products (darwin) +*.dylib + # general build products (Win32) *.def *.dll |