From 0e33e6fc712d31b742f470cc69d4166c2804ee5e Mon Sep 17 00:00:00 2001 From: George Kelly Date: Mon, 30 Oct 2017 22:14:45 +0000 Subject: Can now pass --exclude as a flag exclude takes a glob and ensures that any files found in that glob aren't parsed --- test/files/input-dir/in/exclude.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/input-dir/in/exclude.txt (limited to 'test') diff --git a/test/files/input-dir/in/exclude.txt b/test/files/input-dir/in/exclude.txt new file mode 100644 index 00000000..d9cfae16 --- /dev/null +++ b/test/files/input-dir/in/exclude.txt @@ -0,0 +1 @@ +Should not be included -- cgit v1.2.3