Skip to content

Commit

Permalink
certs: add .gitignore to stop git nagging about x509_certificate_list
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
paulgortmaker authored and dhowells committed Oct 21, 2015
1 parent d0e0eba commit 48dbc16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions certs/.gitignore
@@ -0,0 +1,4 @@
#
# Generated files
#
x509_certificate_list
1 change: 0 additions & 1 deletion kernel/.gitignore
Expand Up @@ -5,4 +5,3 @@ config_data.h
config_data.gz
timeconst.h
hz.bc
x509_certificate_list

0 comments on commit 48dbc16

Please sign in to comment.