From: David Vrabel <david.vrabel@citrix.com>
To: xen-devel@lists.xensource.com
Cc: David Vrabel <david.vrabel@citrix.com>
Subject: [PATCH] Add .gitignore files for files generated by the hypervisor build
Date: Tue, 10 Jan 2012 15:54:20 +0000 [thread overview]
Message-ID: <1326210860-20321-1-git-send-email-david.vrabel@citrix.com> (raw)
From: David Vrabel <david.vrabel@citrix.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
---
More or fewer .gitignore files could be used. Let me know which is
preferred.
---
.gitignore | 4 ++++
xen/.gitignore | 20 ++++++++++++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)
create mode 100644 .gitignore
create mode 100644 xen/.gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c937885
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.o
+*.o.d
+*.s.d
+cscope.*
diff --git a/xen/.gitignore b/xen/.gitignore
new file mode 100644
index 0000000..3495de9
--- /dev/null
+++ b/xen/.gitignore
@@ -0,0 +1,20 @@
+.banner
+arch/*/.xen.lds.d
+arch/*/asm-offsets.s
+arch/*/xen.lds
+arch/x86/.efi.lds.d
+arch/x86/boot/mkelf32
+arch/x86/boot/reloc.S
+arch/x86/efi.lds
+arch/x86/efi/disabled
+arch/x86/efi/mkreloc
+include/asm
+include/asm-*/asm-offsets.h
+include/compat/
+include/headers.chk
+include/xen/compile.h
+tools/figlet/figlet
+tools/symbols
+xen
+xen-syms
+xen.gz
--
1.7.2.5
next reply other threads:[~2012-01-10 15:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-10 15:54 David Vrabel [this message]
2012-01-10 17:29 ` [PATCH] Add .gitignore files for files generated by the hypervisor build Ian Jackson
2012-01-10 18:36 ` Keir Fraser
2012-01-12 16:33 ` Ian Jackson
2012-01-12 16:40 ` Keir Fraser
2012-01-12 16:45 ` Ian Jackson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1326210860-20321-1-git-send-email-david.vrabel@citrix.com \
--to=david.vrabel@citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).