diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-03-09 17:51:42 -0500 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-03-09 17:52:15 -0500 |
| commit | 2b1236a27e7502d0adfc1a137a378983b3a8ebe1 (patch) | |
| tree | 0c3380b541df5161bed7d9330f2303bccf7092f3 /.gitignore | |
| parent | 58e7db106d5907cb129fcc316f02ce0bf34e3885 (diff) | |
*: 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 f7c731b4bc..c5fd0ced9b 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,6 @@ GPATH *.lo compile_commands.json .dirstamp + +# clippy generated source +*_clippy.c |
