[Cryptech-Commits] [core/math/modexp] 01/06: Adding gitignore to cleanup status checks.

git at cryptech.is git at cryptech.is
Mon Apr 20 07:58:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a commit to branch master
in repository core/math/modexp.

commit 52d8412e10661fa858f6c6268b5cbaf54718b9db
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Mon Apr 20 08:55:36 2015 +0200

    Adding gitignore to cleanup status checks.
---
 .gitignore | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0836c09
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+
+src/model/java/bin/**
+
+src/model/c/**/*.o
+
+src/model/c/**/*.d
+
+
+src/model/java/.classpath
+
+src/model/java/.project
+
+src/model/java/.settings/org.eclipse.jdt.core.prefs
+
+src/model/c/.project
+
+src/model/c/.cproject
+
+src/model/c/Debug/rsa
+
+*.swp
+
+*.vvp
+
+src/tb/testmotprod.sim
+
+toolruns/testmotprod.sim
+
+toolruns/montprod.sim
+
+toolruns/top.sim
+
+toolruns/residue.sim



More information about the Commits mailing list