projects
/
lambdasoc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e6c504
)
Add .gitignore
author
Jean-François Nguyen
<jf@lambdaconcept.com>
Wed, 25 Mar 2020 18:00:38 +0000
(19:00 +0100)
committer
Jean-François Nguyen
<jf@lambdaconcept.com>
Wed, 25 Mar 2020 18:00:38 +0000
(19:00 +0100)
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
3fd8abf
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,17
@@
+# Python
+__pycache__/
+/*.egg-info
+/.eggs
+
+# coverage
+/.coverage
+/htmlcov
+
+# tests
+*.vcd
+*.gtkw
+
+# misc user-created
+*.il
+*.v
+/build