[git commit] ignore generated .i files

Mike Frysinger vapier at gentoo.org
Thu Jul 9 01:32:45 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=e272a01d4c964b31d22b664e9f66cdec6db87330
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl


Signed-off-by: Mike Frysinger <vapier at gentoo.org>
Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index d31759b..e43b423 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
 *.oS
 *.dep
 *.a
+*.i
 *.o
 *.depend
 lib/
-- 
1.6.3.3


More information about the uClibc-cvs mailing list