From: Michael Buesch Date: Sun, 13 Jan 2008 23:36:06 +0000 (+0100) Subject: Add .gitignore X-Git-Tag: b43-fwcutter-013~72 X-Git-Url: https://jxself.org/git/?p=b43-tools.git;a=commitdiff_plain;h=1a13d8748652343b24c7d9b61f95f6a984e7f6ce Add .gitignore Signed-off-by: Michael Buesch --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ad03008 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +.* +*.o +*.o.* +*.a +*.s +*.so +*.so.dbg +*.i +*.lst +.gitignore + +*.ucode +*.initval + +# stgit generated dirs +patches-* + +# quilt's files +patches +series + +# cscope files +cscope.* + +*.orig +*.rej