From d730cd3be5fa6c49a906ee73fa6d6a8a064e407f Mon Sep 17 00:00:00 2001 From: Simon Kuenzer Date: Fri, 8 Feb 2019 00:00:31 +0100 Subject: [PATCH] Add .gitignore Signed-off-by: Simon Kuenzer Reviewed-by: Sharan Santhanam --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..75d2fd3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*.depend +*.o +*.a +*.d +*.so +*.orig +*.rej +*.bak +*.swp +*~ +,* +\#*\# +.\#* +\#_*\# +.\#_* +!.gitignore +.* + +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + +# cscope files +cscope.* +ncscope.* -- 2.39.5