Created
March 15, 2012 16:24
-
-
Save mapedd/2045092 to your computer and use it in GitHub Desktop.
.gitignore file for files generated by Xilinx ISE IDE
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
#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 | |
#ignore OS noise | |
Thumbs.db | |
.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment