]> rtime.felk.cvut.cz Git - fpga/virtex2/msp_motion.git/blobdiff - .gitignore
Added git ignore list.
[fpga/virtex2/msp_motion.git] / .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..9c8a72d
--- /dev/null
@@ -0,0 +1,25 @@
+ # Files in HDL build directory
+###################################
+build/*
+
+# Products of SW compiling
+###################################
+software/*/_build/
+software/*/_compiled/
+software/*/config.omk-default
+
+# Dependency file
+###################################
+*.d
+
+# File backups (e.g. file.h~)
+###################################
+*~
+
+# OMK default
+###################################
+*.omk-default
+
+# Patch files
+###################################
+*.patch
\ No newline at end of file