aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2024-03-06 22:45:14 +0100
committerFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2024-03-06 22:45:14 +0100
commit8cc31c74129ee8599480ff9fe8462a96ffbfe6bc (patch)
treed5092ef066f7c42201bd86503446464e5e533304 /.gitignore
first commit with top_simple synthesis
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7a27875
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+# Ignore files for git
+
+# Emacs backup files
+*~
+*.bak
+.emacs-vhdl-cache*
+
+# ModelSim working library
+work
+
+# Quartus internal database
+db
+incremental_db
+
+