[klibc] [patch] klibc add toplevel .gitignore

maximilian attems maks at sternwelten.at
Sun Jul 16 11:52:12 PDT 2006


start by ignoring make generated objects.
subdirectories need specific rules later.
makes git status more meaningfull.

Signed-off-by: maximilian attems <maks at sternwelten.at>

---

 .gitignore |   11 +++++++++++
 1 file changed, 11 insertions(+)

--- /dev/null	2006-07-14 10:57:32.128246500 +0200
+++ klibc.git/.gitignore	2006-07-16 20:29:39.000000000 +0200
@@ -0,0 +1,11 @@
+# NOTE! Don't add files that are generated in specific
+# subdirectories here. Add them in the ".gitignore" file
+# in that subdirectory instead.
+#
+# Normal rules
+#
+.*
+*.o
+*.a
+*.S
+*.so

-- 
maks



More information about the klibc mailing list