From f4800a020eaf6c646f564192161f506943552abf Mon Sep 17 00:00:00 2001 From: Craig McQueen Date: Thu, 4 Jul 2013 12:01:31 +1000 Subject: [PATCH] Initial .gitignore --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..92a2264 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Ignore objects and archives, anywhere in the tree. +*.[oa] +*.lo +*.la +*.ko + +# Other build output +*.mod.c +*.o.cmd +*.ko.cmd +/module/Module.symvers +/module/modules.order +/module/.tmp_versions + +# Ignore backup files +*~ + +# Ignore Eclipse project files +.cproject +.project +.autotools +.settings +.pydevproject + -- libgit2 0.21.4