summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBryant Mairs <bryant@mai.rs>2019-01-23 08:42:03 -0800
committerBryant Mairs <bryant@mai.rs>2019-02-02 16:32:00 -0800
commite33f7609bdd8cfbeef5da81dfb0a3f96f6151169 (patch)
treeda029004a5e0d148a5623c27bc05c753d816829b /.gitignore
parentf3684584c99b8048cbfb056346dba34328e3a4f9 (diff)
downloadrust-libc-e33f7609bdd8cfbeef5da81dfb0a3f96f6151169.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f0ff2599d0..bbbad4bc51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
target
Cargo.lock
*~
+style