aboutsummaryrefslogtreecommitdiff
path: root/microblaze-vitis/hello_world/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'microblaze-vitis/hello_world/.gitignore')
-rw-r--r--microblaze-vitis/hello_world/.gitignore17
1 files changed, 17 insertions, 0 deletions
diff --git a/microblaze-vitis/hello_world/.gitignore b/microblaze-vitis/hello_world/.gitignore
new file mode 100644
index 0000000..9b16e22
--- /dev/null
+++ b/microblaze-vitis/hello_world/.gitignore
@@ -0,0 +1,17 @@
+# Ignore build output directory
+/build
+
+
+# Ignore object files and dependent files
+.o
+.d
+
+#Ignore logs folder and log files
+/logs
+.log
+
+#Ignore lock files
+.lock
+
+.bin
+.pdi \ No newline at end of file