forked from github/gitignore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request github#287 from ogier/xilinx-ise
Added Xilinx ISE gitignore
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/ |