diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-06-03 17:07:22 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-06-03 17:07:22 -0400 |
commit | e49da2af9165337265cb8a91293ba50c97ec1652 (patch) | |
tree | 658c23678bcbed94c71cb41e5fef028e192812bf | |
parent | a2c8e5ce50ca88a8d73f828453ca67f00fff1081 (diff) |
clean up gitignore files
Rather than listing explicit object files, ignore all of them in
the whole tree.
Also ignore patch/gdb related files throughout.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | .gitignore | 15 | ||||
-rw-r--r-- | src/libeinfo/.gitignore | 6 | ||||
-rw-r--r-- | src/librc/.gitignore | 14 | ||||
-rw-r--r-- | src/rc/.gitignore | 17 |
4 files changed, 15 insertions, 37 deletions
@@ -1 +1,16 @@ *.bz2 + +*.diff +*.patch +*.orig +*.rej + +core +.gdb_history +.gdbinit + +.depend +*.a +*.o +*.So +lib*.so diff --git a/src/libeinfo/.gitignore b/src/libeinfo/.gitignore index a379710b..373284db 100644 --- a/src/libeinfo/.gitignore +++ b/src/libeinfo/.gitignore @@ -1,7 +1 @@ -.depend -libeinfo.o -libeinfo.So -libeinfo.a libeinfo.so.1 -libeinfo.so -.depend diff --git a/src/librc/.gitignore b/src/librc/.gitignore index 460d8c9f..e7fafe8c 100644 --- a/src/librc/.gitignore +++ b/src/librc/.gitignore @@ -1,16 +1,2 @@ -.depend -librc.o -librc-daemon.o -librc-depend.o -librc-misc.o -librc-stringlist.o -librc.So -librc-daemon.So -librc-depend.So -librc-misc.So -librc-stringlist.So -librc.a librc.so.1 -librc.so -.depend rc.h diff --git a/src/rc/.gitignore b/src/rc/.gitignore index e14788ff..94b1b20a 100644 --- a/src/rc/.gitignore +++ b/src/rc/.gitignore @@ -1,4 +1,3 @@ -.depend version.h rc-status rc-service @@ -56,20 +55,4 @@ mark_service_wasinactive mark_service_hotplugged mark_service_failed rc-abort -checkpath.o -fstabinfo.o -mountinfo.o -start-stop-daemon.o -swclock.o -rc-applets.o -rc-depend.o -rc-logger.o -rc-misc.o -rc-plugin.o -rc-service.o -rc-status.o -rc-update.o -runscript.o -rc.o rc -.depend |