]> rtime.felk.cvut.cz Git - fpga/virtex2/msp430-cmdproc.git/commitdiff
Added gitignore file. master
authorVladimir Burian <buriavl2@fel.cvut.cz>
Sat, 9 Apr 2011 19:30:01 +0000 (21:30 +0200)
committerVladimir Burian <buriavl2@fel.cvut.cz>
Sat, 9 Apr 2011 19:30:01 +0000 (21:30 +0200)
Products of HDL and SW compiling are ignored as well as dependency file.

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..89962c1
--- /dev/null
@@ -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