Skip to content

Commit 90c3975

Browse files
author
Ryan van Polen
committed
Updated .gitignore to be more specific
1 parent cc1f8e2 commit 90c3975

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.gitignore

+14-1
Original file line numberDiff line numberDiff line change
@@ -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
113
/target
214
**/*.rs.bk
15+
16+
# Project
317
certs/
4-
.idea

0 commit comments

Comments
 (0)