diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-01-04 15:57:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-01-04 15:57:31 +0000 |
commit | 112fbde453d55c49b7999d2e35496a8758aaa7b5 (patch) | |
tree | 9552549b6c4e1413e4355705e5a97c9a1afb6c91 /src/.gitignore | |
parent | f5fb796619c719d4e3d1aa908dd25e8f4496bed4 (diff) |
use implicit rules for many things rather than hardcoding our own
Diffstat (limited to 'src/.gitignore')
-rw-r--r-- | src/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore index cbf79a24..f0308601 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,6 +1,7 @@ .depend rc *.[oa] +*.lo *.so *.so.* version.h |