diff options
-rw-r--r-- | boot_cpld/.gitignore | 38 | ||||
-rw-r--r-- | control_lib/.gitignore | 5 | ||||
-rw-r--r-- | coregen/.gitignore | 3 | ||||
-rw-r--r-- | eth/bench/verilog/.gitignore | 4 | ||||
-rw-r--r-- | extram/.gitignore | 1 | ||||
-rw-r--r-- | opencores/8b10b/.gitignore | 2 | ||||
-rw-r--r-- | opencores/aemb/CVS/.gitignore | 1 | ||||
-rw-r--r-- | opencores/aemb/rtl/verilog/.gitignore | 1 | ||||
-rw-r--r-- | opencores/aemb/sim/.gitignore | 4 | ||||
-rw-r--r-- | opencores/ethernet_tri_mode/.gitignore | 2 | ||||
-rw-r--r-- | sdr_lib/.gitignore | 3 | ||||
-rw-r--r-- | simple_gemac/.gitignore | 3 | ||||
-rw-r--r-- | testbench/.gitignore | 5 | ||||
-rw-r--r-- | timing/.gitignore | 2 | ||||
-rw-r--r-- | top/.gitignore | 1 | ||||
-rw-r--r-- | top/eth_test/.gitignore | 43 | ||||
-rw-r--r-- | top/u2_core/.gitignore | 43 | ||||
-rw-r--r-- | top/u2_fpga/.gitignore | 52 | ||||
-rw-r--r-- | top/u2_rev2/.gitignore | 57 | ||||
-rw-r--r-- | top/u2_rev3/.gitignore | 57 | ||||
-rw-r--r-- | top/u2_rev3_iad/.gitignore | 4 |
21 files changed, 331 insertions, 0 deletions
diff --git a/boot_cpld/.gitignore b/boot_cpld/.gitignore new file mode 100644 index 000000000..45cf9a86b --- /dev/null +++ b/boot_cpld/.gitignore @@ -0,0 +1,38 @@ +/*_xdb +/*.restore +/*.xrpt +/*.zip +/xst +/_ngo +/_xmsgs +/*.log +/*.stx +/*.tspec +/*.xml +/*.gyd +/*.ngr +/*.tim +/*.err +/*.lso +/*.bld +/*.cmd_log +/*.ise_ISE_Backup +/*.ipf_ISE_Backup +/*.mfd +/*.vm6 +/*.syr +/*.xst +/*.csv +/*.html +/*.jed +/*.pad +/*.ng* +/*.pnx +/*.rpt +/*.prj +/*_html +/*.cel +/_pace.ucf +/*.lock +/*.tfi +/templates diff --git a/control_lib/.gitignore b/control_lib/.gitignore new file mode 100644 index 000000000..025385cff --- /dev/null +++ b/control_lib/.gitignore @@ -0,0 +1,5 @@ +/a.out +/*.vcd +/*.lxt +/*.sav +/*.log diff --git a/coregen/.gitignore b/coregen/.gitignore new file mode 100644 index 000000000..956cab52b --- /dev/null +++ b/coregen/.gitignore @@ -0,0 +1,3 @@ +/xlnx_auto* +/*log +/tmp diff --git a/eth/bench/verilog/.gitignore b/eth/bench/verilog/.gitignore new file mode 100644 index 000000000..86fc44f92 --- /dev/null +++ b/eth/bench/verilog/.gitignore @@ -0,0 +1,4 @@ +/a.out +/*.vcd +/*.sav +/*.lxt diff --git a/extram/.gitignore b/extram/.gitignore new file mode 100644 index 000000000..7fc71ccb6 --- /dev/null +++ b/extram/.gitignore @@ -0,0 +1 @@ +/a.out diff --git a/opencores/8b10b/.gitignore b/opencores/8b10b/.gitignore new file mode 100644 index 000000000..548539d61 --- /dev/null +++ b/opencores/8b10b/.gitignore @@ -0,0 +1,2 @@ +/dump.vcd +/a.out diff --git a/opencores/aemb/CVS/.gitignore b/opencores/aemb/CVS/.gitignore new file mode 100644 index 000000000..b693d7c72 --- /dev/null +++ b/opencores/aemb/CVS/.gitignore @@ -0,0 +1 @@ +/Entries.Log diff --git a/opencores/aemb/rtl/verilog/.gitignore b/opencores/aemb/rtl/verilog/.gitignore new file mode 100644 index 000000000..6b09f5cc9 --- /dev/null +++ b/opencores/aemb/rtl/verilog/.gitignore @@ -0,0 +1 @@ +/aeMB2* diff --git a/opencores/aemb/sim/.gitignore b/opencores/aemb/sim/.gitignore new file mode 100644 index 000000000..4ef5da542 --- /dev/null +++ b/opencores/aemb/sim/.gitignore @@ -0,0 +1,4 @@ +/*.bin +/*.dump +/*.vcd +/*.rom diff --git a/opencores/ethernet_tri_mode/.gitignore b/opencores/ethernet_tri_mode/.gitignore new file mode 100644 index 000000000..ae1609754 --- /dev/null +++ b/opencores/ethernet_tri_mode/.gitignore @@ -0,0 +1,2 @@ +/verilog.log +/a.out diff --git a/sdr_lib/.gitignore b/sdr_lib/.gitignore new file mode 100644 index 000000000..3c782d589 --- /dev/null +++ b/sdr_lib/.gitignore @@ -0,0 +1,3 @@ +/a.out +/db +/*.vcd diff --git a/simple_gemac/.gitignore b/simple_gemac/.gitignore new file mode 100644 index 000000000..61e120cff --- /dev/null +++ b/simple_gemac/.gitignore @@ -0,0 +1,3 @@ +/a.out +/*~ +/*.vcd diff --git a/testbench/.gitignore b/testbench/.gitignore new file mode 100644 index 000000000..eedcf9652 --- /dev/null +++ b/testbench/.gitignore @@ -0,0 +1,5 @@ +/single_u2_sim +/dual_u2_sim +/*.lxt +/*.vcd +/*.sav diff --git a/timing/.gitignore b/timing/.gitignore new file mode 100644 index 000000000..515552fdb --- /dev/null +++ b/timing/.gitignore @@ -0,0 +1,2 @@ +/a.out +/*.vcd diff --git a/top/.gitignore b/top/.gitignore new file mode 100644 index 000000000..bf1b77066 --- /dev/null +++ b/top/.gitignore @@ -0,0 +1 @@ +/*.sav diff --git a/top/eth_test/.gitignore b/top/eth_test/.gitignore new file mode 100644 index 000000000..b30397081 --- /dev/null +++ b/top/eth_test/.gitignore @@ -0,0 +1,43 @@ +/xst +/_ngo +/_xmsgs +/*.stx +/*.tspec +/*.xml +/*.gyd +/*.ngr +/*.tim +/*.err +/*.lso +/*.bld +/*.cmd_log +/*.ise_ISE_Backup +/*.mfd +/*.vm6 +/*.syr +/*.xst +/*.csv +/*.html +/*.jed +/*.pad +/*.ng* +/*.pnx +/*.rpt +/*.prj +/*_html +/*_log +/*.lfp +/*.bit +/*.bin +/*.vcd +/*.unroutes +/*.drc +/*_map.* +/*_guide.* +/*.twr +/*.twx +/a.out +/*.xpi +/*_pad.txt +/*.bgn +/*.par diff --git a/top/u2_core/.gitignore b/top/u2_core/.gitignore new file mode 100644 index 000000000..b30397081 --- /dev/null +++ b/top/u2_core/.gitignore @@ -0,0 +1,43 @@ +/xst +/_ngo +/_xmsgs +/*.stx +/*.tspec +/*.xml +/*.gyd +/*.ngr +/*.tim +/*.err +/*.lso +/*.bld +/*.cmd_log +/*.ise_ISE_Backup +/*.mfd +/*.vm6 +/*.syr +/*.xst +/*.csv +/*.html +/*.jed +/*.pad +/*.ng* +/*.pnx +/*.rpt +/*.prj +/*_html +/*_log +/*.lfp +/*.bit +/*.bin +/*.vcd +/*.unroutes +/*.drc +/*_map.* +/*_guide.* +/*.twr +/*.twx +/a.out +/*.xpi +/*_pad.txt +/*.bgn +/*.par diff --git a/top/u2_fpga/.gitignore b/top/u2_fpga/.gitignore new file mode 100644 index 000000000..de5b50277 --- /dev/null +++ b/top/u2_fpga/.gitignore @@ -0,0 +1,52 @@ +/templates +/netgen +/_ngo +/_xmsgs +/_pace.ucf +/*.cmd +/*.ibs +/*.lfp +/*.mfp +/*.bit +/*.bin +/*.stx +/*.par +/*.unroutes +/*.ntrc_log +/*.ngr +/*.mrp +/*.html +/*.lso +/*.twr +/*.bld +/*.ncd +/*.txt +/*.cmd_log +/*.drc +/*.map +/*.twr +/*.xml +/*.syr +/*.ngm +/*.xst +/*.csv +/*.html +/*.lock +/*.ncd +/*.twx +/*.ise_ISE_Backup +/*.xml +/*.ut +/*.xpi +/*.ngd +/*.ncd +/*.pad +/*.bgn +/*.ngc +/*.pcf +/*.ngd +/xst +/*.log +/*.rpt +/*.cel +/*.restore diff --git a/top/u2_rev2/.gitignore b/top/u2_rev2/.gitignore new file mode 100644 index 000000000..432f8fd58 --- /dev/null +++ b/top/u2_rev2/.gitignore @@ -0,0 +1,57 @@ +/*.ptwx +/*.xrpt +/*.zip +/*_xdb +/templates +/netgen +/_ngo +/_xmsgs +/_pace.ucf +/*.cmd +/*.ibs +/*.lfp +/*.mfp +/*.bit +/*.bin +/*.stx +/*.par +/*.unroutes +/*.ntrc_log +/*.ngr +/*.mrp +/*.html +/*.lso +/*.twr +/*.bld +/*.ncd +/*.txt +/*.cmd_log +/*.drc +/*.map +/*.twr +/*.xml +/*.syr +/*.ngm +/*.xst +/*.csv +/*.html +/*.lock +/*.ncd +/*.twx +/*.ise_ISE_Backup +/*.xml +/*.ut +/*.xpi +/*.ngd +/*.ncd +/*.pad +/*.bgn +/*.ngc +/*.pcf +/*.ngd +/xst +/*.log +/*.rpt +/*.cel +/*.restore +/build diff --git a/top/u2_rev3/.gitignore b/top/u2_rev3/.gitignore new file mode 100644 index 000000000..432f8fd58 --- /dev/null +++ b/top/u2_rev3/.gitignore @@ -0,0 +1,57 @@ +/*.ptwx +/*.xrpt +/*.zip +/*_xdb +/templates +/netgen +/_ngo +/_xmsgs +/_pace.ucf +/*.cmd +/*.ibs +/*.lfp +/*.mfp +/*.bit +/*.bin +/*.stx +/*.par +/*.unroutes +/*.ntrc_log +/*.ngr +/*.mrp +/*.html +/*.lso +/*.twr +/*.bld +/*.ncd +/*.txt +/*.cmd_log +/*.drc +/*.map +/*.twr +/*.xml +/*.syr +/*.ngm +/*.xst +/*.csv +/*.html +/*.lock +/*.ncd +/*.twx +/*.ise_ISE_Backup +/*.xml +/*.ut +/*.xpi +/*.ngd +/*.ncd +/*.pad +/*.bgn +/*.ngc +/*.pcf +/*.ngd +/xst +/*.log +/*.rpt +/*.cel +/*.restore +/build diff --git a/top/u2_rev3_iad/.gitignore b/top/u2_rev3_iad/.gitignore new file mode 100644 index 000000000..e4daaf1ea --- /dev/null +++ b/top/u2_rev3_iad/.gitignore @@ -0,0 +1,4 @@ +/build +/*.vcd +/dsp_core_tb +/*.dat |