diff options
author | guillep2k <18600385+guillep2k@users.noreply.github.com> | 2020-02-01 17:15:32 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-01 20:15:32 +0000 |
commit | 72f9cfc8f05e744befca63b9cc2a1b10c009621d (patch) | |
tree | ad4eaf166645ce21ae36a11aaa1e3a176d35dd4c /.gitignore | |
parent | ce7062a422777c00aadf43ad67a90cc8aae689a5 (diff) | |
download | gitea-72f9cfc8f05e744befca63b9cc2a1b10c009621d.tar.gz gitea-72f9cfc8f05e744befca63b9cc2a1b10c009621d.zip |
Use a file as make evidence for fomantic instead of a directory (#10032)
* Use evidence file as dependency instead of dir
* fix eol
* Update .gitignore
Co-Authored-By: silverwind <me@silverwind.io>
* Use FOMANTIC_SOURCES to establish dependencies as per @silverwind
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 903e226ca9..0a1d2e3b23 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,6 @@ prime/ *.snap-build *_source.tar.bz2 .DS_Store + +# Make evidence files +/.make_evidence |