Skip to content

Commit 775f588

Browse files
author
weycen
committed
Merge branch 'master' into add-uVision
2 parents dc95dd5 + b0012e4 commit 775f588

File tree

8 files changed

+51
-11
lines changed

8 files changed

+51
-11
lines changed

Qt.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ target_wrapper.*
4545
# QtCreator CMake
4646
CMakeLists.txt.user*
4747

48-
# QtCreator 4.8< compilation database
48+
# QtCreator 4.8< compilation database
4949
compile_commands.json
5050

5151
# QtCreator local machine specific files for imported projects

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ the following resources are a great place to start:
2020

2121
We support a collection of templates, organized in this way:
2222

23-
- the root folder contains templates in common use, to help people get started
23+
- The root folder contains templates in common use, to help people get started
2424
with popular programming languages and technologies. These define a meaningful
2525
set of rules to help get started, and ensure you are not committing
26-
unimportant files into your repository
26+
unimportant files into your repository.
2727
- [`Global`](./Global) contains templates for various editors, tools and
2828
operating systems that can be used in different situations. It is recommended
2929
that you either [add these to your global template](https://help.github.com/articles/ignoring-files/#create-a-global-gitignore)

Terraform.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
crash.log
1010

1111
# Exclude all .tfvars files, which are likely to contain sentitive data, such as
12-
# password, private keys, and other secrets. These should not be part of version
13-
# control as they are data points which are potentially sensitive and subject
12+
# password, private keys, and other secrets. These should not be part of version
13+
# control as they are data points which are potentially sensitive and subject
1414
# to change depending on the environment.
1515
#
1616
*.tfvars

Umbraco.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
# Ignore Umbraco content cache file
1515
**/App_Data/umbraco.config
1616

17-
## this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3`
17+
## this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3`
1818
## you can find your Umbraco version in your Web.config. (i.e. <add key="Umbraco.Core.ConfigurationStatus" value="8.5.3" />)
1919
## Uncomment this line if you think it fits the way you work on your project.
20-
## **/[Uu]mbraco/
20+
## **/[Uu]mbraco/
2121

2222
# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
2323
# Make sure to include details from VisualStudio.gitignore BEFORE this
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# gitignore template for Nasa SpecsIntact (SI)
2+
# Website: https://specsintact.ksc.nasa.gov/
3+
#
4+
# Recommended:
5+
# MicrosoftOffice.gitignore
6+
#
7+
8+
# SpecsIntact (SI) Locking file; this would lock everyone out.
9+
*.se$
10+
11+
# SI Reports; auto-generated. They do not belong in the repository
12+
# as they will be re-created exactly when using a specific checkout point.
13+
*.RPT
14+
ADDRVER.*
15+
BRKTVER.*
16+
DUPEREF.*
17+
REFVER.*
18+
SECTVER.*
19+
SUBMVER.*
20+
TTLDIFFS.*
21+
22+
# SpecsIntact files that change a lot and don't actually affect SI
23+
# PULL.TBL is an auto-generated file to help speed SI loading.
24+
PULL.TBL
25+
pulltbl.bck
26+
27+
# Tailoring information.
28+
# Keep tailor.tag; it is a list of tailoring options in SI.
29+
30+
# JOB.OTL informs SI where a spec section came from.
31+
# Keeping the old one isn't useful in git.
32+
JOB.OTL.OLD
33+
34+
# OneNote TOC Files; SI Work Directories may be installed in a location co-located with OneNote
35+
# notebooks, and if so, OneNote will litter the SI folder with these.
36+
*.onetoc*
37+
38+
# Log files, typically tagfix or other auto generated logs that aren't useful
39+
# outside of the user that made them and clutter up the index.
40+
*.log

community/OpenSSL.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*.csr
1111

1212
## Certificate
13-
*.der
13+
*.der
1414

1515
## Key database file
1616
*.kdb

community/PHP/Magento2.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/.php_cs.cache
1919
/grunt-config.json
2020
/dev/tools/grunt/configs/local-themes.js
21-
21+
2222
/pub/media/*.*
2323
!/pub/media/.htaccess
2424
/pub/media/attribute/*
@@ -45,7 +45,7 @@
4545
!/pub/media/captcha/.htaccess
4646
/pub/static/*
4747
!/pub/static/.htaccess
48-
48+
4949
/var/*
5050
!/var/.htaccess
5151
/vendor/*

community/embedded/IAR_EWARM.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ EWARM/**/Obj
1111
EWARM/**/List
1212
EWARM/**/Exe
1313

14-
# Autogenerated project files
14+
# Autogenerated project files
1515
*.dep
1616
*.ewt
1717

0 commit comments

Comments
 (0)