diff options
| author | Andy Wingo <wingo@pobox.com> | 2016-07-03 17:25:24 +0200 |
|---|---|---|
| committer | Andy Wingo <wingo@pobox.com> | 2016-07-03 17:25:24 +0200 |
| commit | 3ef82e6d50bac55c9d5f0cd683aacd0fe80a552c (patch) | |
| tree | bbd9e942c1aa7d8cdf9006999d213992b1a95ff1 | |
| parent | initial commit (diff) | |
| download | guile-fibers-3ef82e6d50bac55c9d5f0cd683aacd0fe80a552c.tar.gz | |
Add .gitignore
| -rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b51d3d --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +/INSTALL +/Makefile +/Makefile.in +/aclocal.m4 +/autom4te.cache +/build-aux/compile +/build-aux/config.guess +/build-aux/config.rpath +/build-aux/config.sub +/build-aux/install-sh +/build-aux/ltmain.sh +/build-aux/missing +/config.h +/config.h.in +/config.h.in~ +/config.log +/config.status +/configure +/env +/libtool +/stamp-h1 +/m4 |
