diff options
author | Daniel Baumann <daniel@debian.org> | 2024-10-18 20:33:49 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-12-12 23:57:56 +0100 |
commit | e68b9d00a6e05b3a941f63ffb696f91e554ac5ec (patch) | |
tree | 97775d6c13b0f416af55314eb6a89ef792474615 /options/gitignore/C | |
parent | Initial commit. (diff) | |
download | forgejo-e68b9d00a6e05b3a941f63ffb696f91e554ac5ec.tar.xz forgejo-e68b9d00a6e05b3a941f63ffb696f91e554ac5ec.zip |
Adding upstream version 9.0.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to '')
-rw-r--r-- | options/gitignore/C | 52 | ||||
-rw-r--r-- | options/gitignore/C++ | 32 | ||||
-rw-r--r-- | options/gitignore/CDK | 4 | ||||
-rw-r--r-- | options/gitignore/CFWheels | 12 | ||||
-rw-r--r-- | options/gitignore/CMake | 12 | ||||
-rw-r--r-- | options/gitignore/CUDA | 6 | ||||
-rw-r--r-- | options/gitignore/CVS | 4 | ||||
-rw-r--r-- | options/gitignore/CakePHP | 25 | ||||
-rw-r--r-- | options/gitignore/Calabash | 10 | ||||
-rw-r--r-- | options/gitignore/ChefCookbook | 9 | ||||
-rw-r--r-- | options/gitignore/Clojure | 14 | ||||
-rw-r--r-- | options/gitignore/Cloud9 | 3 | ||||
-rw-r--r-- | options/gitignore/CodeIgniter | 18 | ||||
-rw-r--r-- | options/gitignore/CodeKit | 4 | ||||
-rw-r--r-- | options/gitignore/CodeSniffer | 6 | ||||
-rw-r--r-- | options/gitignore/CommonLisp | 17 | ||||
-rw-r--r-- | options/gitignore/Composer | 6 | ||||
-rw-r--r-- | options/gitignore/Concrete5 | 21 | ||||
-rw-r--r-- | options/gitignore/Coq | 45 | ||||
-rw-r--r-- | options/gitignore/Cordova | 10 | ||||
-rw-r--r-- | options/gitignore/CraftCMS | 4 |
21 files changed, 314 insertions, 0 deletions
diff --git a/options/gitignore/C b/options/gitignore/C new file mode 100644 index 0000000..c6127b3 --- /dev/null +++ b/options/gitignore/C @@ -0,0 +1,52 @@ +# Prerequisites +*.d + +# Object files +*.o +*.ko +*.obj +*.elf + +# Linker output +*.ilk +*.map +*.exp + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ +*.su +*.idb +*.pdb + +# Kernel Module Compile Results +*.mod* +*.cmd +.tmp_versions/ +modules.order +Module.symvers +Mkfile.old +dkms.conf diff --git a/options/gitignore/C++ b/options/gitignore/C++ new file mode 100644 index 0000000..259148f --- /dev/null +++ b/options/gitignore/C++ @@ -0,0 +1,32 @@ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app diff --git a/options/gitignore/CDK b/options/gitignore/CDK new file mode 100644 index 0000000..3fc2f79 --- /dev/null +++ b/options/gitignore/CDK @@ -0,0 +1,4 @@ +# CDK asset staging directory. +# For more information about AWS-CDK, see https://docs.aws.amazon.com/cdk/ +.cdk.staging/ +cdk.out/ diff --git a/options/gitignore/CFWheels b/options/gitignore/CFWheels new file mode 100644 index 0000000..f2fec34 --- /dev/null +++ b/options/gitignore/CFWheels @@ -0,0 +1,12 @@ +# unpacked plugin folders +plugins/**/* + +# files directory where uploads go +files + +# DBMigrate plugin: generated SQL +db/sql + +# AssetBundler plugin: generated bundles +javascripts/bundles +stylesheets/bundles diff --git a/options/gitignore/CMake b/options/gitignore/CMake new file mode 100644 index 0000000..11c7643 --- /dev/null +++ b/options/gitignore/CMake @@ -0,0 +1,12 @@ +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps +CMakeUserPresets.json diff --git a/options/gitignore/CUDA b/options/gitignore/CUDA new file mode 100644 index 0000000..cb385db --- /dev/null +++ b/options/gitignore/CUDA @@ -0,0 +1,6 @@ +*.i +*.ii +*.gpu +*.ptx +*.cubin +*.fatbin diff --git a/options/gitignore/CVS b/options/gitignore/CVS new file mode 100644 index 0000000..1695352 --- /dev/null +++ b/options/gitignore/CVS @@ -0,0 +1,4 @@ +/CVS/* +**/CVS/* +.cvsignore +*/.cvsignore diff --git a/options/gitignore/CakePHP b/options/gitignore/CakePHP new file mode 100644 index 0000000..c6597e4 --- /dev/null +++ b/options/gitignore/CakePHP @@ -0,0 +1,25 @@ +# CakePHP 3 + +/vendor/* +/config/app.php + +/tmp/cache/models/* +!/tmp/cache/models/empty +/tmp/cache/persistent/* +!/tmp/cache/persistent/empty +/tmp/cache/views/* +!/tmp/cache/views/empty +/tmp/sessions/* +!/tmp/sessions/empty +/tmp/tests/* +!/tmp/tests/empty + +/logs/* +!/logs/empty + +# CakePHP 2 + +/app/tmp/* +/app/Config/core.php +/app/Config/database.php +/vendors/* diff --git a/options/gitignore/Calabash b/options/gitignore/Calabash new file mode 100644 index 0000000..8a75b32 --- /dev/null +++ b/options/gitignore/Calabash @@ -0,0 +1,10 @@ +# Calabash / Cucumber +rerun/ +reports/ +screenshots/ +screenshot*.png +test-servers/ + +# bundler +.bundle +vendor diff --git a/options/gitignore/ChefCookbook b/options/gitignore/ChefCookbook new file mode 100644 index 0000000..5ee7b7a --- /dev/null +++ b/options/gitignore/ChefCookbook @@ -0,0 +1,9 @@ +.vagrant +/cookbooks + +# Bundler +bin/* +.bundle/* + +.kitchen/ +.kitchen.local.yml diff --git a/options/gitignore/Clojure b/options/gitignore/Clojure new file mode 100644 index 0000000..a4cb69a --- /dev/null +++ b/options/gitignore/Clojure @@ -0,0 +1,14 @@ +pom.xml +pom.xml.asc +*.jar +*.class +/lib/ +/classes/ +/target/ +/checkouts/ +.lein-deps-sum +.lein-repl-history +.lein-plugins/ +.lein-failures +.nrepl-port +.cpcache/ diff --git a/options/gitignore/Cloud9 b/options/gitignore/Cloud9 new file mode 100644 index 0000000..3f4384d --- /dev/null +++ b/options/gitignore/Cloud9 @@ -0,0 +1,3 @@ +# Cloud9 IDE - http://c9.io +.c9revisions +.c9 diff --git a/options/gitignore/CodeIgniter b/options/gitignore/CodeIgniter new file mode 100644 index 0000000..f447dc3 --- /dev/null +++ b/options/gitignore/CodeIgniter @@ -0,0 +1,18 @@ +*/config/development +*/logs/log-*.php +!*/logs/index.html +*/cache/* +!system/cache/* +!*/cache/index.html +!*/cache/.htaccess + +user_guide_src/build/* +user_guide_src/cilexer/build/* +user_guide_src/cilexer/dist/* +user_guide_src/cilexer/pycilexer.egg-info/* + +#codeigniter 3 +application/logs/* +!application/logs/index.html +!application/logs/.htaccess +/vendor/ diff --git a/options/gitignore/CodeKit b/options/gitignore/CodeKit new file mode 100644 index 0000000..09b8412 --- /dev/null +++ b/options/gitignore/CodeKit @@ -0,0 +1,4 @@ +# General CodeKit files to ignore +config.codekit +config.codekit3 +/min diff --git a/options/gitignore/CodeSniffer b/options/gitignore/CodeSniffer new file mode 100644 index 0000000..cf8b8a9 --- /dev/null +++ b/options/gitignore/CodeSniffer @@ -0,0 +1,6 @@ +# gitignore for the PHP Codesniffer framework +# website: https://github.com/squizlabs/PHP_CodeSniffer +# +# Recommended template: PHP.gitignore + +/wpcs/* diff --git a/options/gitignore/CommonLisp b/options/gitignore/CommonLisp new file mode 100644 index 0000000..e7de127 --- /dev/null +++ b/options/gitignore/CommonLisp @@ -0,0 +1,17 @@ +*.FASL +*.fasl +*.lisp-temp +*.dfsl +*.pfsl +*.d64fsl +*.p64fsl +*.lx64fsl +*.lx32fsl +*.dx64fsl +*.dx32fsl +*.fx64fsl +*.fx32fsl +*.sx64fsl +*.sx32fsl +*.wx64fsl +*.wx32fsl diff --git a/options/gitignore/Composer b/options/gitignore/Composer new file mode 100644 index 0000000..a67d42b --- /dev/null +++ b/options/gitignore/Composer @@ -0,0 +1,6 @@ +composer.phar +/vendor/ + +# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control +# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file +# composer.lock diff --git a/options/gitignore/Concrete5 b/options/gitignore/Concrete5 new file mode 100644 index 0000000..d6c11ad --- /dev/null +++ b/options/gitignore/Concrete5 @@ -0,0 +1,21 @@ +# ignore the error log and .htaccess and others +error_log +.htaccess + +# concrete5 5.6 specific + +config/site.php +files/cache/* +files/tmp/* + +# concrete5 5.7 specific + +# ignore everything but the index.html +/application/files/* +!/application/files/index.html + +# ignore updates folder +/updates/* + +# ignore sitemap.xml +/sitemap.xml diff --git a/options/gitignore/Coq b/options/gitignore/Coq new file mode 100644 index 0000000..66596b2 --- /dev/null +++ b/options/gitignore/Coq @@ -0,0 +1,45 @@ +.*.aux +.*.d +*.a +*.cma +*.cmi +*.cmo +*.cmx +*.cmxa +*.cmxs +*.glob +*.ml.d +*.ml4.d +*.mlg.d +*.mli.d +*.mllib.d +*.mlpack.d +*.native +*.o +*.v.d +*.vio +*.vo +*.vok +*.vos +.coq-native +.csdp.cache +.lia.cache +.nia.cache +.nlia.cache +.nra.cache +csdp.cache +lia.cache +nia.cache +nlia.cache +nra.cache +native_compute_profile_*.data + +# generated timing files +*.timing.diff +*.v.after-timing +*.v.before-timing +*.v.timing +time-of-build-after.log +time-of-build-before.log +time-of-build-both.log +time-of-build-pretty.log diff --git a/options/gitignore/Cordova b/options/gitignore/Cordova new file mode 100644 index 0000000..4bd8785 --- /dev/null +++ b/options/gitignore/Cordova @@ -0,0 +1,10 @@ +# gitignore template for the Cordova framework +# website: https://cordova.apache.org/ +# +# Recommended template: Node.gitignore + +# App platform binaries and built files +/platforms + +# Optional to ignore plugin Git clones +#/plugins diff --git a/options/gitignore/CraftCMS b/options/gitignore/CraftCMS new file mode 100644 index 0000000..0d81b39 --- /dev/null +++ b/options/gitignore/CraftCMS @@ -0,0 +1,4 @@ +# Craft 2 Storage (https://craftcms.com/support/craft-storage-gitignore) +# not necessary for Craft 3 (https://github.com/craftcms/craft/issues/26) +/craft/storage/* +!/craft/storage/rebrand |