Skip to content

Instantly share code, notes, and snippets.

@atnon
Created May 21, 2015 18:07
Show Gist options
  • Save atnon/405378f1a5408468934d to your computer and use it in GitHub Desktop.
Save atnon/405378f1a5408468934d to your computer and use it in GitHub Desktop.
Leon3 Gitignore
### Project specific ###
*.log
*.debug
setup_env.sh
alibs.do
compile.asim
compile.dc
compile.etools
compile.ghdl
compile.ncsim
compile.planAhead
compile.rc
compile.son
compile.synp
compile.vivado
compile.vsim
files_before.txt
fmref.tcl
ghdl.path
hdl.var
leon3mp.lct
leon3mp.ldf
leon3mp.npl
leon3mp.syn
leon3mp.xise
leon3mp_ise.tcl
leon3mp_precision.tcl
leon3mp_precrun.tcl
leon3mp_quartus.qpf
leon3mp_quartus.qsf
leon3mp_synplify.npl
leon3mp_synplify.qpf
leon3mp_synplify.qsf
leon3mp_synplify_win32.npl
leon3mp_win32.npl
libero_sim_files
libero_simlist
libero_syn_files
libero_synlist
libs.do
libs.txt
make.asim
make.asim-addfile
make.ncsim
make.riviera
make.son
make.vsim
modelsim.ini
simulation/
sonata.sws
symphony.ini
testbench.mpf
tmp.son
tmpmake.ghdl
verilog.txt
vivado.jou
vivado/
vivado_*
### OSX ###
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### Linux ###
*~
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
### Windows ###
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
### XilinxISE ###
# 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/
### C ###
# Object files
*.o
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
### C++ ###
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment