12 lines
146 B
Text
12 lines
146 B
Text
# Ignore everything
|
|
*
|
|
# ...even if they are in subdirectories
|
|
!*/
|
|
|
|
# Except vhdl files
|
|
!.gitignore
|
|
!*.vhd
|
|
|
|
# and simulation config files
|
|
!*.wcfg
|
|
|