diff options
author | Christian Franke <chris@opensourcerouting.org> | 2017-05-08 17:24:34 +0200 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2017-05-08 17:25:29 +0200 |
commit | 0ce11dbb7a8080cdfa6311e5f40a31c5f57519aa (patch) | |
tree | 51a47ad0ee2c7e8c308da368f5458dfc0e46b61a /.gitignore | |
parent | Merge pull request #476 from qlyoung/abort-select-fd (diff) | |
download | frr-0ce11dbb7a8080cdfa6311e5f40a31c5f57519aa.tar.xz frr-0ce11dbb7a8080cdfa6311e5f40a31c5f57519aa.zip |
*: ignore libtool library anotation files
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6f281112b..76d396ef2 100644 --- a/.gitignore +++ b/.gitignore @@ -72,4 +72,5 @@ GTAGS GSYMS GRTAGS GPATH - +*.la +*.lo |