Skip to content

Commit 48dbc16

Browse files
Paul Gortmakerdhowells
Paul Gortmaker
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 <[email protected]> Cc: [email protected] Signed-off-by: Paul Gortmaker <[email protected]> Signed-off-by: David Howells <[email protected]>
1 parent d0e0eba commit 48dbc16

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

certs/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#
2+
# Generated files
3+
#
4+
x509_certificate_list

kernel/.gitignore

-1
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)