From: Vladimir Burian Date: Sat, 9 Apr 2011 19:30:01 +0000 (+0200) Subject: Added gitignore file. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/fpga/virtex2/msp430-cmdproc.git/commitdiff_plain/55d5c6c5ec9269915d307282895a3728735bef88 Added gitignore file. Products of HDL and SW compiling are ignored as well as dependency file. --- 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