All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH MINI-OS] Add a .gitignore
@ 2015-11-23 16:34 Ian Campbell
  2015-11-23 16:35 ` Samuel Thibault
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2015-11-23 16:34 UTC (permalink / raw)
  To: samuel.thibault, minios-devel; +Cc: Ian Campbell, xen-devel

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1c655a0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*~
+*.o
+*.a
+include/list.h
+mini-os
+mini-os.gz
-- 
2.1.4

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

end of thread, other threads:[~2015-11-24 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-23 16:34 [PATCH MINI-OS] Add a .gitignore Ian Campbell
2015-11-23 16:35 ` Samuel Thibault
2015-11-24 16:50   ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.