diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-03-09 23:51:42 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-03-09 23:52:15 +0100 |
commit | 2b1236a27e7502d0adfc1a137a378983b3a8ebe1 (patch) | |
tree | 0c3380b541df5161bed7d9330f2303bccf7092f3 /.gitignore | |
parent | Merge pull request #1813 from donaldsharp/pbr_setup (diff) | |
download | frr-2b1236a27e7502d0adfc1a137a378983b3a8ebe1.tar.xz frr-2b1236a27e7502d0adfc1a137a378983b3a8ebe1.zip |
*: globally ignore clippy-generated source
Tired of dealing with this
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f7c731b4b..c5fd0ced9 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,6 @@ GPATH *.lo compile_commands.json .dirstamp + +# clippy generated source +*_clippy.c |