diff options
author | GiteaBot <teabot@gitea.io> | 2021-06-13 00:11:23 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2021-06-13 00:11:23 +0000 |
commit | 5c2f9b3f8321dce8e1cd32d1a579c1d90d6f77d2 (patch) | |
tree | 719cdf003ae5cc6d55d68365d8dffca8756c5806 /options/gitignore | |
parent | b5f5eab9131db0fdabb31fd4beed3114ca77f3c5 (diff) | |
download | gitea-5c2f9b3f8321dce8e1cd32d1a579c1d90d6f77d2.tar.gz gitea-5c2f9b3f8321dce8e1cd32d1a579c1d90d6f77d2.zip |
[skip ci] Updated licenses and gitignores
Diffstat (limited to 'options/gitignore')
-rw-r--r-- | options/gitignore/Android | 1 | ||||
-rw-r--r-- | options/gitignore/Autotools | 4 | ||||
-rw-r--r-- | options/gitignore/Xojo | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/options/gitignore/Android b/options/gitignore/Android index 23de6e20a6..5d18272eb4 100644 --- a/options/gitignore/Android +++ b/options/gitignore/Android @@ -44,6 +44,7 @@ captures/ .idea/assetWizardSettings.xml .idea/dictionaries .idea/libraries +.idea/jarRepositories.xml # Android Studio 3 in .gitignore file. .idea/caches .idea/modules.xml diff --git a/options/gitignore/Autotools b/options/gitignore/Autotools index d9ecd8928a..617156f819 100644 --- a/options/gitignore/Autotools +++ b/options/gitignore/Autotools @@ -45,8 +45,8 @@ m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4 -# Generated Makefile -# (meta build system like autotools, +# Generated Makefile +# (meta build system like autotools, # can automatically generate from config.status script # (which is called by configure script)) Makefile diff --git a/options/gitignore/Xojo b/options/gitignore/Xojo index 1b036dd4f2..4915783bf0 100644 --- a/options/gitignore/Xojo +++ b/options/gitignore/Xojo @@ -8,4 +8,4 @@ Debug*/Debug*.exe Debug*/Debug*\ Libs *.rbuistate *.xojo_uistate -*.obsolete +*.obsolete* |