summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit repository hosting <git@gnuradio.org>2009-08-13 22:26:53 -0600
committergit repository hosting <git@gnuradio.org>2009-08-13 22:26:53 -0600
commitaa37ca0b3b716e23e51f04b6f199ecacf89fe479 (patch)
treefa9ab83f5bf1363a48b8059ed15267dd3dfb38ea
parent7ffbd04c273ef96472e18f98a40b3ad171bc0c9b (diff)
downloaduhd-aa37ca0b3b716e23e51f04b6f199ecacf89fe479.tar.gz
uhd-aa37ca0b3b716e23e51f04b6f199ecacf89fe479.tar.bz2
uhd-aa37ca0b3b716e23e51f04b6f199ecacf89fe479.zip
Added git ignore files auto created from svn:ignore properties.
-rw-r--r--boot_cpld/.gitignore38
-rw-r--r--control_lib/.gitignore5
-rw-r--r--coregen/.gitignore3
-rw-r--r--eth/bench/verilog/.gitignore4
-rw-r--r--extram/.gitignore1
-rw-r--r--opencores/8b10b/.gitignore2
-rw-r--r--opencores/aemb/CVS/.gitignore1
-rw-r--r--opencores/aemb/rtl/verilog/.gitignore1
-rw-r--r--opencores/aemb/sim/.gitignore4
-rw-r--r--opencores/ethernet_tri_mode/.gitignore2
-rw-r--r--sdr_lib/.gitignore3
-rw-r--r--simple_gemac/.gitignore3
-rw-r--r--testbench/.gitignore5
-rw-r--r--timing/.gitignore2
-rw-r--r--top/.gitignore1
-rw-r--r--top/eth_test/.gitignore43
-rw-r--r--top/u2_core/.gitignore43
-rw-r--r--top/u2_fpga/.gitignore52
-rw-r--r--top/u2_rev2/.gitignore57
-rw-r--r--top/u2_rev3/.gitignore57
-rw-r--r--top/u2_rev3_iad/.gitignore4
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