diff options
Diffstat (limited to '')
-rw-r--r-- | tests/resources/repositories/repo-1/.gitdir/info/exclude | 6 | ||||
-rw-r--r-- | tests/resources/repositories/repo-2/.gitdir/info/exclude | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/tests/resources/repositories/repo-1/.gitdir/info/exclude b/tests/resources/repositories/repo-1/.gitdir/info/exclude deleted file mode 100644 index a5196d1..0000000 --- a/tests/resources/repositories/repo-1/.gitdir/info/exclude +++ /dev/null @@ -1,6 +0,0 @@ -# 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] -# *~ diff --git a/tests/resources/repositories/repo-2/.gitdir/info/exclude b/tests/resources/repositories/repo-2/.gitdir/info/exclude deleted file mode 100644 index a5196d1..0000000 --- a/tests/resources/repositories/repo-2/.gitdir/info/exclude +++ /dev/null @@ -1,6 +0,0 @@ -# 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] -# *~ |