From 1a13d8748652343b24c7d9b61f95f6a984e7f6ce Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Mon, 14 Jan 2008 00:36:06 +0100 Subject: [PATCH] Add .gitignore Signed-off-by: Michael Buesch --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore 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 -- 2.31.1