author | Don Pellegrino <don@coffee.donpellegrino.com> | 2009-12-04 14:53:23 (GMT) |
---|---|---|
committer | Don Pellegrino <don@coffee.donpellegrino.com> | 2009-12-04 14:53:23 (GMT) |
commit | d03dc9b0bd2773aa1607c1ee5ef62183fb26b950 (patch) (unidiff) | |
tree | f92e2fb8bbc726c575596eccfc3823a10716dc4d | |
parent | e32112e3ba496a9b19646886de1c13a1dc387f23 (diff) | |
download | exp005-d03dc9b0bd2773aa1607c1ee5ef62183fb26b950.zip exp005-d03dc9b0bd2773aa1607c1ee5ef62183fb26b950.tar.gz exp005-d03dc9b0bd2773aa1607c1ee5ef62183fb26b950.tar.bz2 |
Modified to ignore libtool components.
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7,6 +7,11 @@ Makefile | |||
7 | Makefile.in | 7 | Makefile.in |
8 | aclocal.m4 | 8 | aclocal.m4 |
9 | autom4te.cache/ | 9 | autom4te.cache/ |
10 | ax/libtool.m4 | ||
11 | ax/ltoptions.m4 | ||
12 | ax/ltsugar.m4 | ||
13 | ax/ltversion.m4 | ||
14 | ax/lt~obsolete.m4 | ||
10 | config.guess | 15 | config.guess |
11 | config.h | 16 | config.h |
12 | config.h.in | 17 | config.h.in |
@@ -16,6 +21,8 @@ config.sub | |||
16 | configure | 21 | configure |
17 | depcomp | 22 | depcomp |
18 | install-sh | 23 | install-sh |
24 | libtool | ||
25 | ltmain.sh | ||
19 | missing | 26 | missing |
20 | r/.RData | 27 | r/.RData |
21 | r/.Rhistory | 28 | r/.Rhistory |