aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-05 11:27:08 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-05 11:27:08 -0700
commitac524881e4f65a24e20d4f0fc3e843df95b7c517 (patch)
tree9db6c23776f4492c7ac61361b52ed6de0f317087
parent457cdf2c959f9f35d304143c8641271bb3a17b1f (diff)
downloadklibc-ac524881e4f65a24e20d4f0fc3e843df95b7c517.tar.gz
klibc: Update .gitignore filesklibc-1.5.10
Bring the .gitignore files up to date, so "git status" is actually useful. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--.gitignore12
-rw-r--r--usr/include/klibc/.gitignore2
-rw-r--r--usr/klibc/.gitignore2
3 files changed, 14 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index efc15f2fc879b..8a60b89bfe70f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,14 @@
*.o.cmd
.*.cmd
*.g
+\#*
+.\#*
+*~
-# generated header
-usr/include/klibc/havesyscall.h
+# Top-level ignorables
+/linux
+/.config
+
+# Common generated subdirectores
+shared
+static
diff --git a/usr/include/klibc/.gitignore b/usr/include/klibc/.gitignore
new file mode 100644
index 0000000000000..da63bd654c539
--- /dev/null
+++ b/usr/include/klibc/.gitignore
@@ -0,0 +1,2 @@
+# generated header
+/havesyscall.h
diff --git a/usr/klibc/.gitignore b/usr/klibc/.gitignore
index 7cb400a2116b5..a886b6d862335 100644
--- a/usr/klibc/.gitignore
+++ b/usr/klibc/.gitignore
@@ -7,3 +7,5 @@ libc.a
libc.so
libc.so.hash
sha1hash
+tests/*
+!tests/Kbuild