.gitignore for Xilinx ISE

58 ignore rules for Xilinx ISE, ready to copy into your repository.

Xilinx ISE Design Suite

The complete .gitignore for Xilinx ISE

# Generated by LFGitignore - https://lfgitignore.com
# Created: 2026-08-05 01:34:17 UTC
# Technologies: Xilinx ISE

### Xilinx ISE ###
*.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
_impactbatch.log
impact.xsl
impact_impact.xwbt
ise_impact.cmd
webtalk_impact.xml
xaw2verilog.log
*.gise
par_usage_statistics.html
usage_statistics_webtalk.html
webtalk.log
webtalk_pn.xml
iseconfig/
xlnx_auto_0_xdb/
xst/
_ngo/
_xmsgs/

What these Xilinx ISE rules actually ignore

Every pattern below, and why it belongs in your .gitignore.

General

Pattern What it ignores
*.bgn intermediate build files
*.bit General
*.bld General
*.cmd_log General
*.drc General
*.ll General
*.lso General
*.msd General
*.msk General
*.ncd General
*.ngc General
*.ngd General
*.ngr General
*.pad General
*.par General
*.pcf General
*.prj General
*.ptwx General
*.rbb General
*.rbd General
*.stx General
*.syr General
*.twr General
*.twx General
*.unroutes General
*.ut General
*.xpi General
*.xst General
*_bitgen.xwbt General
*_envsettings.html General
*_map.map General
*_map.mrp General
*_map.ngm General
*_map.xrpt General
*_ngdbuild.xrpt General
*_pad.csv General
*_pad.txt General
*_par.xrpt General
*_summary.html General
*_summary.xml General
*_usage.xml General
*_xst.xrpt General
_impactbatch.log iMPACT generated files
impact.xsl General
impact_impact.xwbt General
ise_impact.cmd General
webtalk_impact.xml General

Core Generator generated files

Pattern What it ignores
xaw2verilog.log Core Generator generated files
*.gise project-wide generated files
par_usage_statistics.html Core Generator generated files
usage_statistics_webtalk.html Core Generator generated files
webtalk.log Core Generator generated files
webtalk_pn.xml Core Generator generated files
iseconfig/ generated folders
xlnx_auto_0_xdb/ Core Generator generated files
xst/ Core Generator generated files
_ngo/ Core Generator generated files
_xmsgs/ Core Generator generated files

How to use this .gitignore for Xilinx ISE

  1. Copy the Xilinx ISE rules above, or download the file directly.
  2. Create a file named .gitignore at the root of your Git repository and paste the rules into it.
  3. If some of those files are already tracked, run git rm -r --cached . then commit again — Git only applies ignore rules to untracked files.
  4. Commit the .gitignore so everyone on the team shares the same rules.

Other Hardware .gitignore templates

See every Hardware template