From 169381bbce998807c119f291d69b8ae1d8fb5785 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Wed, 7 Nov 2007 17:19:09 -0800 Subject: added some testing files and got some real tests to run --- tests/files/working.git/info/exclude | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/files/working.git/info/exclude (limited to 'tests/files/working.git/info/exclude') diff --git a/tests/files/working.git/info/exclude b/tests/files/working.git/info/exclude new file mode 100644 index 0000000..2c87b72 --- /dev/null +++ b/tests/files/working.git/info/exclude @@ -0,0 +1,6 @@ +# git-ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +# *.[oa] +# *~ -- cgit