summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-03-09 23:51:42 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-03-09 23:52:15 +0100
commit2b1236a27e7502d0adfc1a137a378983b3a8ebe1 (patch)
tree0c3380b541df5161bed7d9330f2303bccf7092f3 /.gitignore
parentMerge pull request #1813 from donaldsharp/pbr_setup (diff)
downloadfrr-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--.gitignore3
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