Commit Graph

8 Commits

Author SHA1 Message Date
Dirkjan Ochtman c7970af179 Keep Cargo.lock under version control 2023-09-26 13:38:35 +00:00
Daniel McCarney 8e319df43d chore: update .gitignore.
Running the `admin/coverage` script produces a `default.profraw` in the
project root. Prior to this commit that file was not ignored by git.
This commit adds it to the ignore list since we don't want this file to
be accidentally submitted upstream.

This commit also adds the JetBrains IDE state dir (`.idea`) to the
gitignore. This is a small quality of life improvement for users of
CLion.
2023-03-02 10:28:10 +01:00
RS 311c8e4fdc
Ignore DS_Store (#617) 2021-04-05 23:32:58 +02:00
Dirkjan Ochtman 9ceff5e988 Add fmt script to admin dir 2021-03-27 13:47:49 +00:00
Ryan Gorup 1d8114c807 Expose WebPKIVerifier under dangerous feature 2019-11-23 17:46:28 +00:00
Joseph Birr-Pixton e7a54f60f2 Use lcov/llvm for coverage 2017-06-17 22:08:22 +01:00
Brian Smith 8928622c27 Add target/ to .gitignore.
This is useful for people that work on rustls using the defaults
settings for the compiler, where things get built into target/.
2016-08-18 14:18:15 -10:00
Joseph Birr-Pixton 5f165fb5b1 Add proper argument parsing to s_client 2016-06-01 00:15:45 +01:00