processor-2000/.gitignore
2021-05-04 15:29:08 +02:00

12 lines
146 B
Text

# Ignore everything
*
# ...even if they are in subdirectories
!*/
# Except vhdl files
!.gitignore
!*.vhd
# and simulation config files
!*.wcfg