diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2017-09-12 07:51:12 +0200 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-09-12 13:51:12 +0800 |
commit | 69dfe43ffc865bfa9c7a81375752d064a0013df3 (patch) | |
tree | 2aec741240b1fdfe88b4fed260239129a3c42541 /integrations/gitea-repositories-meta/user2/repo15.git/info/exclude | |
parent | eab4579e176c7b5bfdae6788c38cfba5a90712c6 (diff) | |
download | gitea-69dfe43ffc865bfa9c7a81375752d064a0013df3.tar.gz gitea-69dfe43ffc865bfa9c7a81375752d064a0013df3.zip |
Fix some tests : make coverage -> test (#2492)
* Fix test : make coverage -> test
* Refactor integration tests to be able to run them in parallel
* Add custom local repository temp path
Diffstat (limited to 'integrations/gitea-repositories-meta/user2/repo15.git/info/exclude')
-rw-r--r-- | integrations/gitea-repositories-meta/user2/repo15.git/info/exclude | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/integrations/gitea-repositories-meta/user2/repo15.git/info/exclude b/integrations/gitea-repositories-meta/user2/repo15.git/info/exclude new file mode 100644 index 0000000000..a5196d1be8 --- /dev/null +++ b/integrations/gitea-repositories-meta/user2/repo15.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] +# *~ |