Skip to content

Commit 48dbc16

Browse files
Paul Gortmakerdhowells
authored andcommitted
certs: add .gitignore to stop git nagging about x509_certificate_list
Currently we see this in "git status" if we build in the source dir: Untracked files: (use "git add <file>..." to include in what will be committed) certs/x509_certificate_list It looks like it used to live in kernel/ so we squash that .gitignore entry at the same time. I didn't bother to dig through git history to see when it moved, since it is just a minor annoyance at most. Cc: David Woodhouse <dwmw2@infradead.org> Cc: keyrings@linux-nfs.org Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David Howells <dhowells@redhat.com>
1 parent d0e0eba commit 48dbc16

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

certs/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#
2+
# Generated files
3+
#
4+
x509_certificate_list

kernel/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ config_data.h
55
config_data.gz
66
timeconst.h
77
hz.bc
8-
x509_certificate_list

0 commit comments

Comments
 (0)