[Cryptech-Commits] [core/novena] 04/04: change synth/ to build/, add .gitignore

git at cryptech.is git at cryptech.is
Thu Nov 20 00:11:53 UTC 2014


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

paul at psgd.org pushed a commit to branch master
in repository core/novena.

commit 21ef7967486b349d66703c13edfff58d5f13372a
Author: Paul Selkirk <paul at psgd.org>
Date:   Tue Nov 18 15:32:35 2014 -0500

    change synth/ to build/, add .gitignore
---
 build/.gitignore                     | 41 ++++++++++++++++++++++++++++++++++++
 {synth => build}/Makefile            |  0
 {synth => build}/coretest-novena.bmm |  0
 {synth => build}/coretest-novena.ucf |  0
 {synth => build}/xilinx.mk           |  0
 {synth => build}/xilinx.opt          |  0
 6 files changed, 41 insertions(+)

diff --git a/build/.gitignore b/build/.gitignore
new file mode 100644
index 0000000..f5352a4
--- /dev/null
+++ b/build/.gitignore
@@ -0,0 +1,41 @@
+_xmsgs
+coretest-novena.bgn
+coretest-novena.bit
+coretest-novena.bld
+coretest-novena.cfi
+coretest-novena.drc
+coretest-novena.map
+coretest-novena.mcs
+coretest-novena.mrp
+coretest-novena.ncd
+coretest-novena.ngc
+coretest-novena.ngc_xst.xrpt
+coretest-novena.ngd
+coretest-novena.ngm
+coretest-novena.pcf
+coretest-novena.prj
+coretest-novena.prm
+coretest-novena.psr
+coretest-novena.scr
+coretest-novena.srp
+coretest-novena_bitgen.xwbt
+coretest-novena_ngdbuild.xrpt
+coretest-novena_par.ncd
+coretest-novena_par.pad
+coretest-novena_par.par
+coretest-novena_par.ptwx
+coretest-novena_par.unroutes
+coretest-novena_par.xpi
+coretest-novena_par_pad.csv
+coretest-novena_par_pad.txt
+coretest-novena_summary.xml
+coretest-novena_usage.xml
+netlist.lst
+novena_fpga.lso
+novena_fpga_map.xrpt
+novena_fpga_par.xrpt
+par_usage_statistics.html
+usage_statistics_webtalk.html
+webtalk.log
+xlnx_auto_0_xdb
+xst
diff --git a/synth/Makefile b/build/Makefile
similarity index 100%
rename from synth/Makefile
rename to build/Makefile
diff --git a/synth/coretest-novena.bmm b/build/coretest-novena.bmm
similarity index 100%
rename from synth/coretest-novena.bmm
rename to build/coretest-novena.bmm
diff --git a/synth/coretest-novena.ucf b/build/coretest-novena.ucf
similarity index 100%
rename from synth/coretest-novena.ucf
rename to build/coretest-novena.ucf
diff --git a/synth/xilinx.mk b/build/xilinx.mk
similarity index 100%
rename from synth/xilinx.mk
rename to build/xilinx.mk
diff --git a/synth/xilinx.opt b/build/xilinx.opt
similarity index 100%
rename from synth/xilinx.opt
rename to build/xilinx.opt



More information about the Commits mailing list