diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-03-10 18:59:48 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-03-10 18:59:48 -0400 |
commit | 039cc87ffdd5889083e2c834b07fe367554fc8eb (patch) | |
tree | 672e006a3c9b2ca5af20acd096fb577238aeac5e /.gitignore | |
parent | 0754c0f771c51d48107c5c96d79a512ce56cce0a (diff) | |
download | basic-hdl-template-039cc87ffdd5889083e2c834b07fe367554fc8eb.tar.gz basic-hdl-template-039cc87ffdd5889083e2c834b07fe367554fc8eb.zip |
add basic gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86a0f82 --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +*.o +*.a +*.pyc +*~ +*.swp +.* +*.tmp +*.old +_xmsgs/ +par_usage_statistics.html +*.bgn +*.bit +*.bld +*.drc +*.map +*.mrp +*.ncd +*.ngc +*.ngd +*.pad +*.par +*.pcf +*.ptwx +*.unroutes +*.xpi +*.xwbt +*.xrpt +synth_project/netlist.lst +synth_project/*_pad.csv +synth_project/*_pad.txt +synth_project/*_summary.xml +synth_project/*_usage.xml +synth_project/*_xst.xrpt +synth_project/*.ngm +synth_project/*.ngr +synth_project/usage_statistics_webtalk.html +synth_project/xst/ +usage_statistics_webtalk.html +webtalk.log +xlnx_auto_0_xdb +testbench/fuse.log +testbench/isim.log +testbench/isim.wdb +testbench/fuse.xmsgs +testbench/fuseRelaunch.cmd +testbench/isim.wdb +testbench/isim/ |