8 lines
106 B
Text
8 lines
106 B
Text
# Ignore everything
|
|
*
|
|
# ...even if they are in subdirectories
|
|
!*/
|
|
|
|
# Except vhdl files
|
|
!.gitignore
|
|
!*.vhd
|