mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
18 lines
369 B
Plaintext
18 lines
369 B
Plaintext
global-include *.py
|
|
global-include *.txt
|
|
global-include *.pdf
|
|
global-include *.ps
|
|
global-include *.c
|
|
global-include *.v
|
|
global-include Makefile
|
|
global-exclude .cvsignore
|
|
prune dist
|
|
prune doc
|
|
graft doc/html/manual
|
|
graft doc/html/icons
|
|
graft doc/html/whatsnew*
|
|
exclude doc/html/.cvsignore
|
|
include doc/paper-a4/*.pdf
|
|
include doc/paper-letter/*.pdf
|
|
prune myhdl/experiments
|