From 039cc87ffdd5889083e2c834b07fe367554fc8eb Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Sun, 10 Mar 2013 18:59:48 -0400 Subject: add basic gitignore --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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/ -- cgit v1.2.3