diff options
author | Roy Marples <roy@marples.name> | 2008-03-03 13:31:25 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-03 13:31:25 +0000 |
commit | b614477948cfe21185f2a07f7b0d2b994371e876 (patch) | |
tree | 943b367c9b16662990521643ab039910fee6ab52 /src | |
parent | 35929e23bb0c471c49d3403604d61cd1cba4da46 (diff) |
Fix ignore files some more.
Diffstat (limited to 'src')
-rw-r--r-- | src/libeinfo/.gitignore | 1 | ||||
-rw-r--r-- | src/librc/.gitignore | 1 | ||||
-rw-r--r-- | src/rc/.gitignore | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/libeinfo/.gitignore b/src/libeinfo/.gitignore index b4fca0e2..a379710b 100644 --- a/src/libeinfo/.gitignore +++ b/src/libeinfo/.gitignore @@ -4,3 +4,4 @@ libeinfo.So libeinfo.a libeinfo.so.1 libeinfo.so +.depend diff --git a/src/librc/.gitignore b/src/librc/.gitignore index 8ebb1826..5f6e3ee2 100644 --- a/src/librc/.gitignore +++ b/src/librc/.gitignore @@ -12,3 +12,4 @@ librc-strlist.So librc.a librc.so.1 librc.so +.depend diff --git a/src/rc/.gitignore b/src/rc/.gitignore index 17d975c1..eaa7de9e 100644 --- a/src/rc/.gitignore +++ b/src/rc/.gitignore @@ -66,3 +66,4 @@ rc.o runscript.o start-stop-daemon.o rc +.depend |