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.
This commit is contained in:
Bryant Mairs 2019-01-23 08:42:03 -08:00
parent f3684584c9
commit e33f7609bd
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
target
Cargo.lock
*~
style