Last active
September 27, 2017 21:47
-
-
Save lopezjurip/c6284a83bf250a3dc6c4 to your computer and use it in GitHub Desktop.
Xilinx gitignore
This file contains hidden or 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
#Gitignore for files generated by Xilinx ISE | |
*.log | |
*.svf | |
*.scr | |
*.cmd | |
*.bak | |
*.lso | |
*.elf | |
*.ace | |
*~ | |
*# | |
*.swp | |
*.ini | |
*.html | |
*.vhi | |
*.wdb | |
*.stx | |
*.xmsgs | |
*.xreport | |
*.exe | |
*.cmd_log | |
*_beh.prj | |
*.ncd | |
isim | |
db | |
incremental_db | |
work | |
*.cr.mti | |
vsim.wlf | |
transcript | |
webtalk.log | |
webtalk_impact.xml | |
pepExtractor.prj | |
impact.xsl | |
impact_impact.xwbt | |
*.schlog | |
*.xrpt | |
*.bld | |
*.ngc | |
# Folders | |
PROJECT_NAME/_ngo/ | |
PROJECT_NAME/sch2HdlBatchFile | |
PROJECT_NAME/PROJECT_NAME_xdb/ | |
#ignore OS noise | |
Thumbs.db | |
.DS_Store | |
###### | |
*.lso | |
*.cmd_log | |
*.spl | |
*.xreport | |
*.jhd | |
*.prj | |
*.stx | |
*.gise | |
*.html | |
*.schlog | |
*.xst | |
*.vho | |
*.xmsgs | |
*.ref | |
*.bld | |
*.chk | |
*.cxt | |
*.gyd | |
*.log | |
*.mfd | |
*.nga | |
*.ngc | |
*.ngd | |
*.ngr | |
*.pad | |
*.pnx | |
*.rpt | |
*.syr | |
*.tim | |
*.tspec | |
*.vhf | |
*.vm6 | |
*.xml | |
*.js | |
*.htm | |
*.tmp | |
*.jpg | |
*.gif | |
*.css | |
*.xrpt | |
*.csv | |
*.dat | |
*.phd | |
*.err | |
*.xbcd | |
*.lst | |
*.projectmgr | |
*.cmd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment