diff options
author | Alex Ogier <alex.ogier@gmail.com> | 2012-04-09 21:21:28 -0400 |
---|---|---|
committer | Alex Ogier <alex.ogier@gmail.com> | 2012-04-09 21:21:28 -0400 |
commit | 26921c039a459aa91c27076359eb2d9284f92cd9 (patch) | |
tree | b8c43ffa940409b84ca2ea6d42549e9ebf380bb8 /Global | |
parent | 1a188f26977e4547da999b8efe5a1bdca0faa1b9 (diff) | |
download | gitignore-26921c039a459aa91c27076359eb2d9284f92cd9.tar.gz gitignore-26921c039a459aa91c27076359eb2d9284f92cd9.zip |
Added Xilinx ISE gitignore
Diffstat (limited to 'Global')
-rw-r--r-- | Global/XilinxISE.gitignore | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/Global/XilinxISE.gitignore b/Global/XilinxISE.gitignore new file mode 100644 index 00000000..e041f51b --- /dev/null +++ b/Global/XilinxISE.gitignore @@ -0,0 +1,57 @@ +# intermediate build files +*.bgn +*.bit +*.bld +*.cmd_log +*.drc +*.ll +*.lso +*.msd +*.msk +*.ncd +*.ngc +*.ngd +*.ngr +*.pad +*.par +*.pcf +*.prj +*.ptwx +*.rbb +*.rbd +*.stx +*.syr +*.twr +*.twx +*.unroutes +*.ut +*.xpi +*.xst +*_bitgen.xwbt +*_envsettings.html +*_map.map +*_map.mrp +*_map.ngm +*_map.xrpt +*_ngdbuild.xrpt +*_pad.csv +*_pad.txt +*_par.xrpt +*_summary.html +*_summary.xml +*_usage.xml +*_xst.xrpt + +# project-wide generated files +*.gise +par_usage_statistics.html +usage_statistics_webtalk.html +webtalk.log +webtalk_pn.xml + +# generated folders +iseconfig/ +xlnx_auto_0_xdb/ +xst/ +_ngo/ +_xmsgs/ |