mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-28 07:02:55 +08:00
22 lines
552 B
Plaintext
Executable File
22 lines
552 B
Plaintext
Executable File
#------------------------------------------------------------------------------
|
|
# .gitignore for Gowin IDE
|
|
# Konstantin Pavlov, pavlovconst@gmail.com
|
|
#------------------------------------------------------------------------------
|
|
|
|
# INFO ------------------------------------------------------------------------
|
|
# rename the file to ".gitignore" and place into your Gowin project directory
|
|
#
|
|
|
|
|
|
# junk files
|
|
*.gprj.user
|
|
impl/gwsynthesis/*.html
|
|
impl/gwsynthesis/*.xml
|
|
impl/gwsynthesis/*.log
|
|
impl/gwsynthesis/*.vg
|
|
|
|
# junk directories
|
|
/impl/pnr
|
|
/impl/temp
|
|
|