From 55d5c6c5ec9269915d307282895a3728735bef88 Mon Sep 17 00:00:00 2001 From: Vladimir Burian Date: Sat, 9 Apr 2011 21:30:01 +0200 Subject: [PATCH] Added gitignore file. Products of HDL and SW compiling are ignored as well as dependency file. --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89962c1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Files in HDL build directory +################################### +build/* + +# Products of SW compiling +################################### +software/*/_build/ +software/*/_compiled/ +software/*/config.omk-default + +# Dependency file +################################### +*.d -- 2.39.2