From 1f28bd7a340b9a613f2a19a6efa4efc2eb168f26 Mon Sep 17 00:00:00 2001 From: Bryant Mairs 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 f0ff2599d09b5..bbbad4bc51532 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ target Cargo.lock *~ +style