diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2012-06-13 18:01:25 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2012-06-13 18:01:25 +0200 |
| commit | af51c820b160dbb3c51a740c16c390c6db456914 (patch) | |
| tree | 7a7280d5a22ab8b9eea7ec3a2704a0752f0469b2 /.gitignore | |
| parent | 2acb2cb6d006a4799ae9f477c22177824fcc8f52 (diff) | |
Add a build system.
* configure.ac, Makefile.am: New files.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7fd2b68d5..a0331bcc5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,11 @@ *.go tmp *.log +/build-aux +/configure +Makefile.in +Makefile +/autom4te.cache +config.cache +/aclocal.m4 +/config.status |