xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add .gitignore files for files generated by the hypervisor build
@ 2012-01-10 15:54 David Vrabel
  2012-01-10 17:29 ` Ian Jackson
  0 siblings, 1 reply; 6+ messages in thread
From: David Vrabel @ 2012-01-10 15:54 UTC (permalink / raw)
  To: xen-devel; +Cc: David Vrabel

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-01-12 16:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-10 15:54 [PATCH] Add .gitignore files for files generated by the hypervisor build David Vrabel
2012-01-10 17:29 ` 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

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