projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f24963b
)
add .gitignore
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 18 Feb 2019 05:24:49 +0000
(
05:24
+0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 18 Feb 2019 05:24:49 +0000
(
05:24
+0000)
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
18401f4
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,4
@@
+*.vcd
+*.py*
+.*.sw?
+__pycache__