diff options
author | Clément Lassieur <clement@lassieur.org> | 2017-02-08 21:12:00 +0100 |
---|---|---|
committer | David Craven <david@craven.ch> | 2017-02-10 13:39:02 +0100 |
commit | 01ceca26589ff7a08d5045c98c7f4174527684cc (patch) | |
tree | f9879699b48a2a3f48233254153f0dbe50a05612 /.gitignore | |
parent | 82de2655a16dcc7a8e3b992b4afd34ec32c244a6 (diff) | |
download | patches-01ceca26589ff7a08d5045c98c7f4174527684cc.tar patches-01ceca26589ff7a08d5045c98c7f4174527684cc.tar.gz |
build: Add build-aux/ar-lib to .gitignore.
* .gitignore: Add entry for the above file which is created by './bootstrap'.
Signed-off-by: David Craven <david@craven.ch>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c64326e60e..0897c95f3e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ /INSTALL /aclocal.m4 /autom4te.cache +/build-aux/ar-lib /build-aux/compile /build-aux/config.guess /build-aux/config.rpath |