We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.gitignore
1 parent cc1f8e2 commit 90c3975Copy full SHA for 90c3975
.gitignore
@@ -1,4 +1,17 @@
1
+# This file only excludes files that are specific to this repository. Please setup your own global
2
+# `.gitignore` file to exclude files that are specific to your operating system and IDE.
3
+#
4
+# From https://git-scm.com/docs/gitignore:
5
6
+# > Patterns which a user wants Git to ignore in all situations (e.g., backup or temporary files
7
+# > generated by the user’s editor of choice) generally go into a file specified by
8
+# > `core.excludesFile` in the user’s `~/.gitconfig`.
9
10
+# Discussed in PR https://github.com/rustls/rcgen/pull/342
11
+
12
+# Rust and Cargo
13
/target
14
**/*.rs.bk
15
16
+# Project
17
certs/
-.idea
0 commit comments