diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-12-21 12:45:58 -0800 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-12-21 12:45:58 -0800 |
commit | b87558a055897891d1c9f26e867d636d833ee55e (patch) | |
tree | 80cfc14857ee552cfd5242a815f34ed98cd19359 /.gitignore | |
parent | 2d6c00722652589b6c2532d9e9a43417d29612c1 (diff) | |
download | dlfcn-win32-lib-exp.tar.gz dlfcn-win32-lib-exp.tar.bz2 dlfcn-win32-lib-exp.zip |
WIP autoolslib-exp
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -31,6 +31,7 @@ | |||
31 | # Deps & libs | 31 | # Deps & libs |
32 | .deps | 32 | .deps |
33 | .libs | 33 | .libs |
34 | *.def | ||
34 | 35 | ||
35 | # http://www.gnu.org/software/automake | 36 | # http://www.gnu.org/software/automake |
36 | 37 | ||
@@ -56,4 +57,8 @@ Makefile | |||
56 | /config.log | 57 | /config.log |
57 | /config.status | 58 | /config.status |
58 | /libtool | 59 | /libtool |
59 | /ltmain.sh \ No newline at end of file | 60 | /ltmain.sh |
61 | |||
62 | # configure2-generated | ||
63 | |||
64 | config.mak \ No newline at end of file | ||