From e33f7609bdd8cfbeef5da81dfb0a3f96f6151169 Mon Sep 17 00:00:00 2001
From: Bryant Mairs <bryant@mai.rs>
Date: Wed, 23 Jan 2019 08:42:03 -0800
Subject: [PATCH] Ignore the style executable used for testing

This is used for running style checks on the libc codebase but shouldn't
be committed, so adding it to the .gitignore file.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index f0ff2599..bbbad4bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 target
 Cargo.lock
 *~
+style
-- 
GitLab