]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
certs: add .gitignore to stop git nagging about x509_certificate_list
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 21 Oct 2015 13:04:47 +0000 (14:04 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 21 Oct 2015 14:18:35 +0000 (15:18 +0100)
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>
certs/.gitignore [new file with mode: 0644]
kernel/.gitignore

diff --git a/certs/.gitignore b/certs/.gitignore
new file mode 100644 (file)
index 0000000..f51aea4
--- /dev/null
@@ -0,0 +1,4 @@
+#
+# Generated files
+#
+x509_certificate_list
index 790d83c7d16071ffb96827fc4a372fd9b8eb4c5f..b3097bde4e9cbc999e5d09205db8014e0da27632 100644 (file)
@@ -5,4 +5,3 @@ config_data.h
 config_data.gz
 timeconst.h
 hz.bc
-x509_certificate_list