diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2016-01-14 10:43:27 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2016-01-14 14:46:43 +0100 |
commit | 84bb5b4485a41cb2ad16da871b1228839e4fd116 (patch) | |
tree | bbe7f53d221cd6b1df4ca937eb274dd12aa861d7 /scripts | |
parent | show must go on (diff) | |
download | knot-84bb5b4485a41cb2ad16da871b1228839e4fd116.tar.xz knot-84bb5b4485a41cb2ad16da871b1228839e4fd116.zip |
scripts: exclude non-source files from Knot.files
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update-project-files.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/update-project-files.py b/scripts/update-project-files.py index 3bf082d8c..c8018a8b7 100755 --- a/scripts/update-project-files.py +++ b/scripts/update-project-files.py @@ -5,14 +5,6 @@ # SOURCES = [ - # documentation - "README", "KNOWN_ISSUES", - "Doxyfile*", "Doxy.file.h", "doc/*.rst", - - # build-system - "*.ac", "*.am", - - # sources "src/*.c", "src/*.h", "src/*.rl", "src/*.l", "src/*.y", "tests/*.c", "tests/*.h", "tests-fuzz/*.c", "tests-fuzz/*.h", |