Skip to content
Snippets Groups Projects
Unverified Commit 08de52a4 authored by Alessio Caiazza's avatar Alessio Caiazza
Browse files

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

parent 70b3fde6
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Showing
with 66 additions and 29 deletions
Loading
Loading
@@ -9,7 +9,7 @@ Makefile.in
 
# http://www.gnu.org/software/autoconf
 
/autom4te.cache
autom4te.cache
/autoscan.log
/autoscan-*.log
/aclocal.m4
Loading
Loading
@@ -39,4 +39,3 @@ m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.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/logo/*
\ No newline at end of file
!/craft/storage/rebrand
Loading
Loading
@@ -20,7 +20,7 @@
# 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.
#*.deployproj
#
#
# 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).
#*.obj
Loading
Loading
Loading
Loading
@@ -35,7 +35,6 @@ eagle.epf
*.gpi
*.pls
*.ger
*.gpi
*.xln
 
*.drd
Loading
Loading
Loading
Loading
@@ -18,9 +18,6 @@ war/WEB-INF/classes/
#compilation logs
.gwt/
 
#caching for already compiled files
gwt-unitCache/
#gwt junit compilation files
www-test/
 
Loading
Loading
*.bak
*.gho
*.ori
*.orig
*.tmp
# General CodeKit files to ignore
config.codekit
config.codekit3
/min
Loading
Loading
@@ -23,7 +23,7 @@ local.properties
# CDT-specific (C/C++ Development Tooling)
.cproject
 
# CDT- autotools
# CDT- autotools
.autotools
 
# Java annotation processor (APT)
Loading
Loading
@@ -47,6 +47,9 @@ local.properties
# Code Recommenders
.recommenders/
 
# Annotation Processing
.apt_generated/
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
Loading
Loading
Loading
Loading
@@ -4,6 +4,7 @@
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
 
Loading
Loading
@@ -20,9 +21,16 @@
.idea/**/gradle.xml
.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-build-debug/
cmake-build-release/
cmake-build-*/
 
# Mongo Explorer plugin
.idea/**/mongoSettings.xml
Loading
Loading
Loading
Loading
@@ -7,17 +7,20 @@
# Compiled MEX binaries (all platforms)
*.mex*
 
# Packaged app and toolbox files
*.mlappinstall
*.mltbx
# Generated helpsearch folders
helpsearch*/
# Packaged app and toolbox files
*.mlappinstall
*.mltbx
# Generated helpsearch folders
helpsearch*/
 
# Simulink code generation folders
slprj/
sccprj/
 
# Matlab code generation folders
codegen/
# Simulink autosave extension
*.autosave
 
Loading
Loading
*.orig
*.rej
Loading
Loading
@@ -4,8 +4,8 @@
*.evcd
*.fsdb
 
# Default name of the simulation executable. A different name can be
# specified with this switch (the associated daidir database name is
# Default name of the simulation executable. A different name can be
# specified with this switch (the associated daidir database name is
# also taken from here): -o <path>/<filename>
simv
 
Loading
Loading
@@ -13,7 +13,7 @@ simv
simv.daidir/
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
# switch: -Mdir=<directory_path>
csrc/
Loading
Loading
@@ -22,7 +22,7 @@ csrc/
# used to write all messages from simulation: -l <filename>
*.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
simv.vdb/
urgReport/
Loading
Loading
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
 
# Session
Loading
Loading
Loading
Loading
@@ -14,3 +14,4 @@
# Metadata
*.aliases
*.lvlps
.cache/
Loading
Loading
@@ -7,6 +7,4 @@ release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
!/.mvn/wrapper/maven-wrapper.jar
.mvn/wrapper/maven-wrapper.jar
Loading
Loading
@@ -57,9 +57,15 @@ typings/
# dotenv environment variables file
.env
 
# parcel-bundler cache (https://parceljs.org/)
.cache
# next.js build output
.next
 
# nuxt.js build output
.nuxt
# vuepress build output
.vuepress/dist
 
Loading
Loading
Loading
Loading
@@ -35,6 +35,9 @@ xcuserdata/
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
#
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace
 
# Carthage
#
Loading
Loading
# Gitignore for Perl 6 (http://www.perl6.org)
# As part of https://github.com/github/gitignore
# precompiled files
.precomp
lib/.precomp
Loading
Loading
@@ -47,6 +47,9 @@ playground.xcworkspace
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
#
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace
 
# Carthage
#
Loading
Loading
Loading
Loading
@@ -226,6 +226,9 @@ TSWLatexianTemp*
# Texpad
.texpadtmp
 
# LyX
*.lyx~
# Kile
*.backup
 
Loading
Loading
@@ -241,6 +244,3 @@ TSWLatexianTemp*
 
# standalone packages
*.sta
# generated if using elsarticle.cls
*.spl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment