diff options
author | EuAndreh <eu@euandre.org> | 2025-05-02 07:15:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-02 07:15:17 -0300 |
commit | 1725f2d32849913cfa341016a253b8975c8acf9a (patch) | |
tree | 9bc9eeb608bea1e3c2ce2168d14856153d189049 | |
parent | rm tests/resources/repositories/repo-{1,2}/.gitdir/hooks/*.sample (diff) | |
download | gistatic-1725f2d32849913cfa341016a253b8975c8acf9a.tar.gz gistatic-1725f2d32849913cfa341016a253b8975c8acf9a.tar.xz |
rm -rf tests/resources/repositories/repo-{1,2}/.gitdir/info/
-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] -# *~ |