summaryrefslogtreecommitdiffstats
path: root/kernel/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* certs: add .gitignore to stop git nagging about x509_certificate_listPaul Gortmaker2015-10-211-1/+0
| | | | | | | | | | | | | | | | | | 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>
* Ignore generated file kernel/x509_certificate_listRusty Russell2013-12-101-0/+1
| | | | | | | | | | | | | | $ git status # On branch pending-rebases # Untracked files: # (use "git add <file>..." to include in what will be committed) # # kernel/x509_certificate_list nothing added to commit but untracked files present (use "git add" to track) $ Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: David Howells <dhowells@redhat.com>
* kernel/hz.bc: ignore.Rusty Russell2013-04-221-0/+1
| | | | | Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* Update kernel/.gitignore with new auto-generated filesS.Çağlar Onur2008-02-091-0/+1
| | | | | Signed-off-by: S.Çağlar Onur <caglar@pardus.org.tr> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* gitignore: ignore more generated files2006-01-031-0/+5
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
OpenPOWER on IntegriCloud