Commit 08de52a4 authored by Alessio Caiazza's avatar Alessio Caiazza

Update .gitignore, .gitlab-ci.yml, and Dockerfile templates for 11.1.0

parent 70b3fde6
...@@ -9,7 +9,7 @@ Makefile.in ...@@ -9,7 +9,7 @@ Makefile.in
# http://www.gnu.org/software/autoconf # http://www.gnu.org/software/autoconf
/autom4te.cache autom4te.cache
/autoscan.log /autoscan.log
/autoscan-*.log /autoscan-*.log
/aclocal.m4 /aclocal.m4
...@@ -39,4 +39,3 @@ m4/ltoptions.m4 ...@@ -39,4 +39,3 @@ m4/ltoptions.m4
m4/ltsugar.m4 m4/ltsugar.m4
m4/ltversion.m4 m4/ltversion.m4
m4/lt~obsolete.m4 m4/lt~obsolete.m4
autom4te.cache
# Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore] # 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/*
!/craft/storage/logo/* !/craft/storage/rebrand
\ No newline at end of file
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
# Deployment Manager configuration file for your project. Added in Delphi XE2. # Deployment Manager configuration file for your project. Added in Delphi XE2.
# Uncomment this if it is not mobile development and you do not use remote debug feature. # Uncomment this if it is not mobile development and you do not use remote debug feature.
#*.deployproj #*.deployproj
# #
# C++ object files produced when C/C++ Output file generation is configured. # C++ object files produced when C/C++ Output file generation is configured.
# Uncomment this if you are not using external objects (zlib library for example). # Uncomment this if you are not using external objects (zlib library for example).
#*.obj #*.obj
......
...@@ -35,7 +35,6 @@ eagle.epf ...@@ -35,7 +35,6 @@ eagle.epf
*.gpi *.gpi
*.pls *.pls
*.ger *.ger
*.gpi
*.xln *.xln
*.drd *.drd
......
...@@ -18,9 +18,6 @@ war/WEB-INF/classes/ ...@@ -18,9 +18,6 @@ war/WEB-INF/classes/
#compilation logs #compilation logs
.gwt/ .gwt/
#caching for already compiled files
gwt-unitCache/
#gwt junit compilation files #gwt junit compilation files
www-test/ www-test/
......
*.bak
*.gho
*.ori
*.orig
*.tmp
# General CodeKit files to ignore # General CodeKit files to ignore
config.codekit config.codekit
config.codekit3
/min /min
...@@ -23,7 +23,7 @@ local.properties ...@@ -23,7 +23,7 @@ local.properties
# CDT-specific (C/C++ Development Tooling) # CDT-specific (C/C++ Development Tooling)
.cproject .cproject
# CDT- autotools # CDT- autotools
.autotools .autotools
# Java annotation processor (APT) # Java annotation processor (APT)
...@@ -47,6 +47,9 @@ local.properties ...@@ -47,6 +47,9 @@ local.properties
# Code Recommenders # Code Recommenders
.recommenders/ .recommenders/
# Annotation Processing
.apt_generated/
# Scala IDE specific (Scala & Java development for Eclipse) # Scala IDE specific (Scala & Java development for Eclipse)
.cache-main .cache-main
.scala_dependencies .scala_dependencies
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
# User-specific stuff # User-specific stuff
.idea/**/workspace.xml .idea/**/workspace.xml
.idea/**/tasks.xml .idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries .idea/**/dictionaries
.idea/**/shelf .idea/**/shelf
...@@ -20,9 +21,16 @@ ...@@ -20,9 +21,16 @@
.idea/**/gradle.xml .idea/**/gradle.xml
.idea/**/libraries .idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# CMake # CMake
cmake-build-debug/ cmake-build-*/
cmake-build-release/
# Mongo Explorer plugin # Mongo Explorer plugin
.idea/**/mongoSettings.xml .idea/**/mongoSettings.xml
......
...@@ -7,17 +7,20 @@ ...@@ -7,17 +7,20 @@
# Compiled MEX binaries (all platforms) # Compiled MEX binaries (all platforms)
*.mex* *.mex*
# Packaged app and toolbox files # Packaged app and toolbox files
*.mlappinstall *.mlappinstall
*.mltbx *.mltbx
# Generated helpsearch folders # Generated helpsearch folders
helpsearch*/ helpsearch*/
# Simulink code generation folders # Simulink code generation folders
slprj/ slprj/
sccprj/ sccprj/
# Matlab code generation folders
codegen/
# Simulink autosave extension # Simulink autosave extension
*.autosave *.autosave
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
*.evcd *.evcd
*.fsdb *.fsdb
# Default name of the simulation executable. A different name can be # Default name of the simulation executable. A different name can be
# specified with this switch (the associated daidir database name is # specified with this switch (the associated daidir database name is
# also taken from here): -o <path>/<filename> # also taken from here): -o <path>/<filename>
simv simv
...@@ -13,7 +13,7 @@ simv ...@@ -13,7 +13,7 @@ simv
simv.daidir/ simv.daidir/
simv.db.dir/ simv.db.dir/
# Infrastructure necessary to co-simulate SystemC models with # Infrastructure necessary to co-simulate SystemC models with
# Verilog/VHDL models. An alternate directory may be specified with this # Verilog/VHDL models. An alternate directory may be specified with this
# switch: -Mdir=<directory_path> # switch: -Mdir=<directory_path>
csrc/ csrc/
...@@ -22,7 +22,7 @@ csrc/ ...@@ -22,7 +22,7 @@ csrc/
# used to write all messages from simulation: -l <filename> # used to write all messages from simulation: -l <filename>
*.log *.log
# Coverage results (generated with urg) and database location. The # Coverage results (generated with urg) and database location. The
# following switch can also be used: urg -dir <coverage_directory>.vdb # following switch can also be used: urg -dir <coverage_directory>.vdb
simv.vdb/ simv.vdb/
urgReport/ urgReport/
......
# Swap # Swap
[._]*.s[a-v][a-z] [._]*.s[a-v][a-z]
[._]*.sw[a-p] [._]*.sw[a-p]
[._]s[a-v][a-z] [._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p] [._]sw[a-p]
# Session # Session
......
...@@ -14,3 +14,4 @@ ...@@ -14,3 +14,4 @@
# Metadata # Metadata
*.aliases *.aliases
*.lvlps *.lvlps
.cache/
...@@ -7,6 +7,4 @@ release.properties ...@@ -7,6 +7,4 @@ release.properties
dependency-reduced-pom.xml dependency-reduced-pom.xml
buildNumber.properties buildNumber.properties
.mvn/timing.properties .mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
!/.mvn/wrapper/maven-wrapper.jar
...@@ -57,9 +57,15 @@ typings/ ...@@ -57,9 +57,15 @@ typings/
# dotenv environment variables file # dotenv environment variables file
.env .env
# parcel-bundler cache (https://parceljs.org/)
.cache
# next.js build output # next.js build output
.next .next
# nuxt.js build output
.nuxt
# vuepress build output # vuepress build output
.vuepress/dist .vuepress/dist
......
...@@ -35,6 +35,9 @@ xcuserdata/ ...@@ -35,6 +35,9 @@ xcuserdata/
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
# #
# Pods/ # Pods/
#
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace
# Carthage # Carthage
# #
......
# Gitignore for Perl 6 (http://www.perl6.org)
# As part of https://github.com/github/gitignore
# precompiled files
.precomp
lib/.precomp
...@@ -47,6 +47,9 @@ playground.xcworkspace ...@@ -47,6 +47,9 @@ playground.xcworkspace
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
# #
# Pods/ # Pods/
#
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace
# Carthage # Carthage
# #
......
...@@ -226,6 +226,9 @@ TSWLatexianTemp* ...@@ -226,6 +226,9 @@ TSWLatexianTemp*
# Texpad # Texpad
.texpadtmp .texpadtmp
# LyX
*.lyx~
# Kile # Kile
*.backup *.backup
...@@ -241,6 +244,3 @@ TSWLatexianTemp* ...@@ -241,6 +244,3 @@ TSWLatexianTemp*
# standalone packages # standalone packages
*.sta *.sta
# generated if using elsarticle.cls
*.spl
...@@ -8,12 +8,15 @@ ...@@ -8,12 +8,15 @@
/typo3conf/temp_CACHED* /typo3conf/temp_CACHED*
/typo3conf/temp_fieldInfo.php /typo3conf/temp_fieldInfo.php
/typo3conf/deprecation_*.log /typo3conf/deprecation_*.log
/typo3conf/AdditionalConfiguration.php /typo3conf/ENABLE_INSTALL_TOOL
/typo3conf/realurl_autoconf.php
/FIRST_INSTALL
# Ignore system folders, you should have them symlinked. # Ignore system folders, you should have them symlinked.
# If not comment out the following entries. # If not comment out the following entries.
/typo3 /typo3
/typo3_src /typo3_src
/typo3_src-* /typo3_src-*
/Packages
/.htaccess /.htaccess
/index.php /index.php
# Ignore temp directory. # Ignore temp directory.
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
!**/App_Data/[Pp]ackages/* !**/App_Data/[Pp]ackages/*
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/* !**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/*
# ImageProcessor DiskCache # ImageProcessor DiskCache
**/App_Data/cache/ **/App_Data/cache/
# Ignore the Models Builder models out of date flag # Ignore the Models Builder models out of date flag
......
# Visual Studio 2015 user specific files # Visual Studio 2015 user specific files
.vs/ .vs/
# Visual Studio 2015 database file
*.VC.db
# Compiled Object files # Compiled Object files
*.slo *.slo
*.lo *.lo
......
...@@ -220,7 +220,7 @@ ClientBin/ ...@@ -220,7 +220,7 @@ ClientBin/
*.publishsettings *.publishsettings
orleans.codegen.cs orleans.codegen.cs
# Including strong name files can present a security risk # Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424) # (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk #*.snk
...@@ -316,7 +316,7 @@ __pycache__/ ...@@ -316,7 +316,7 @@ __pycache__/
# OpenCover UI analysis results # OpenCover UI analysis results
OpenCover/ OpenCover/
# Azure Stream Analytics local run output # Azure Stream Analytics local run output
ASALocalRun/ ASALocalRun/
# MSBuild Binary and Structured Log # MSBuild Binary and Structured Log
...@@ -325,5 +325,5 @@ ASALocalRun/ ...@@ -325,5 +325,5 @@ ASALocalRun/
# NVidia Nsight GPU debugger configuration file # NVidia Nsight GPU debugger configuration file
*.nvuser *.nvuser
# MFractors (Xamarin productivity tool) working folder # MFractors (Xamarin productivity tool) working folder
.mfractor/ .mfractor/
...@@ -105,11 +105,14 @@ code_quality: ...@@ -105,11 +105,14 @@ code_quality:
- code_quality - code_quality
artifacts: artifacts:
paths: [gl-code-quality-report.json] paths: [gl-code-quality-report.json]
only:
- branches
except: except:
variables: variables:
- $CODE_QUALITY_DISABLED - $CODE_QUALITY_DISABLED
license_management: license_management:
stage: test
image: docker:stable image: docker:stable
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
...@@ -121,6 +124,8 @@ license_management: ...@@ -121,6 +124,8 @@ license_management:
- license_management - license_management
artifacts: artifacts:
paths: [gl-license-management-report.json] paths: [gl-license-management-report.json]
only:
- branches
except: except:
variables: variables:
- $LICENSE_MANAGEMENT_DISABLED - $LICENSE_MANAGEMENT_DISABLED
...@@ -161,6 +166,8 @@ sast: ...@@ -161,6 +166,8 @@ sast:
- sast - sast
artifacts: artifacts:
paths: [gl-sast-report.json] paths: [gl-sast-report.json]
only:
- branches
except: except:
variables: variables:
- $SAST_DISABLED - $SAST_DISABLED
...@@ -178,6 +185,8 @@ dependency_scanning: ...@@ -178,6 +185,8 @@ dependency_scanning:
- dependency_scanning - dependency_scanning
artifacts: artifacts:
paths: [gl-dependency-scanning-report.json] paths: [gl-dependency-scanning-report.json]
only:
- branches
except: except:
variables: variables:
- $DEPENDENCY_SCANNING_DISABLED - $DEPENDENCY_SCANNING_DISABLED
...@@ -195,6 +204,8 @@ container_scanning: ...@@ -195,6 +204,8 @@ container_scanning:
- container_scanning - container_scanning
artifacts: artifacts:
paths: [gl-container-scanning-report.json] paths: [gl-container-scanning-report.json]
only:
- branches
except: except:
variables: variables:
- $CONTAINER_SCANNING_DISABLED - $CONTAINER_SCANNING_DISABLED
...@@ -365,6 +376,7 @@ production_manual: ...@@ -365,6 +376,7 @@ production_manual:
kubernetes: active kubernetes: active
variables: variables:
- $STAGING_ENABLED - $STAGING_ENABLED
- $CANARY_ENABLED
except: except:
variables: variables:
- $INCREMENTAL_ROLLOUT_ENABLED - $INCREMENTAL_ROLLOUT_ENABLED
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment