From e31ca9bf3599e4790f3a2bcda499e162c66b5196 Mon Sep 17 00:00:00 2001 From: Costin Lupu Date: Mon, 3 Jun 2019 18:16:34 +0300 Subject: [PATCH] Add .gitignore Signed-off-by: Costin Lupu Reviewed-by: Florian Schmidt --- .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.*