From 4c7e7afc84bccf7b2cf36cafcec54ccaa25f751d Mon Sep 17 00:00:00 2001 From: mvoelkel Date: Wed, 5 Aug 2015 18:37:42 +0200 Subject: [PATCH] Add gitignore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..04b232f --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# +# Normal rules +# + +.* +*.o +*.o.* +*.a +*.s +*.ko +*.so +*.so.dbg +*.orig +*~ +\#*# \ No newline at end of file