Skip to content

Commit b19bb58

Browse files
authored
Merge pull request #4720 from spartanhaden/main
Remove trailing whitespace
2 parents d1c5e90 + 949aaa8 commit b19bb58

14 files changed

+110
-110
lines changed

GitHubPages.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ _site/
1111
/vendor
1212

1313
# Specific ignore for GitHub Pages
14-
# GitHub Pages will always use its own deployed version of pages-gem
14+
# GitHub Pages will always use its own deployed version of pages-gem
1515
# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
1616
# counterproductive to check this file into the repository.
1717
# Details at https://github.com/github/pages-gem/issues/768

IAR.gitignore

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
1-
# Compiled binaries
2-
*.o
3-
*.bin
4-
*.elf
5-
*.hex
6-
*.map
7-
*.out
8-
*.obj
9-
10-
# Trash
11-
*.bak
12-
thumbs.db
13-
*.~*
14-
15-
# IAR Settings
16-
**/settings/*.crun
17-
**/settings/*.dbgdt
18-
**/settings/*.cspy
19-
**/settings/*.cspy.*
20-
**/settings/*.xcl
21-
**/settings/*.dni
22-
**/settings/*.wsdt
23-
**/settings/*.wspos
24-
25-
# IAR Debug Exe
26-
**/Exe/*.sim
27-
28-
# IAR Debug Obj
29-
**/Obj/*.pbd
30-
**/Obj/*.pbd.*
31-
**/Obj/*.pbi
32-
**/Obj/*.pbi.*
33-
34-
# IAR project "Debug" directory
35-
Debug/
36-
37-
# IAR project "Release" directory
38-
Release/
39-
40-
# IAR project settings directory
41-
settings/
42-
43-
# IAR backup files
44-
Backup*
45-
46-
# IAR .dep files
1+
# Compiled binaries
2+
*.o
3+
*.bin
4+
*.elf
5+
*.hex
6+
*.map
7+
*.out
8+
*.obj
9+
10+
# Trash
11+
*.bak
12+
thumbs.db
13+
*.~*
14+
15+
# IAR Settings
16+
**/settings/*.crun
17+
**/settings/*.dbgdt
18+
**/settings/*.cspy
19+
**/settings/*.cspy.*
20+
**/settings/*.xcl
21+
**/settings/*.dni
22+
**/settings/*.wsdt
23+
**/settings/*.wspos
24+
25+
# IAR Debug Exe
26+
**/Exe/*.sim
27+
28+
# IAR Debug Obj
29+
**/Obj/*.pbd
30+
**/Obj/*.pbd.*
31+
**/Obj/*.pbi
32+
**/Obj/*.pbi.*
33+
34+
# IAR project "Debug" directory
35+
Debug/
36+
37+
# IAR project "Release" directory
38+
Release/
39+
40+
# IAR project settings directory
41+
settings/
42+
43+
# IAR backup files
44+
Backup*
45+
46+
# IAR .dep files
4747
*.dep

Packer.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ packer_cache/
55
crash.log
66

77
# https://www.packer.io/guides/hcl/variables
8-
# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data,
9-
# such as password, private keys, and other secrets. These should not be part of
10-
# version control as they are data points which are potentially sensitive and
8+
# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data,
9+
# such as password, private keys, and other secrets. These should not be part of
10+
# version control as they are data points which are potentially sensitive and
1111
# subject to change depending on the environment.
1212
#
1313
*.pkrvars.hcl

Perl.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ inc/
3838
/local/
3939
/.carmel/
4040
# cpanfile.snapshot should generally be ignored for library code, otherwise included
41-
# cpanfile.snapshot
41+
# cpanfile.snapshot

Python.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ __pypackages__/
131131
celerybeat-schedule
132132
celerybeat.pid
133133

134-
# Redis
134+
# Redis
135135
*.rdb
136136
*.aof
137137
*.pid
@@ -195,9 +195,9 @@ cython_debug/
195195
.abstra/
196196

197197
# Visual Studio Code
198-
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
198+
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
199199
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
200-
# and can be added to the global gitignore or merged into this file. However, if you prefer,
200+
# and can be added to the global gitignore or merged into this file. However, if you prefer,
201201
# you could uncomment the following to ignore the entire vscode folder
202202
# .vscode/
203203

SSDT-sqlproj.gitignore

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc
2-
##
3-
##
4-
## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore
5-
# Build output
6-
bin/
7-
obj/
8-
9-
# DACPAC files
10-
*.dacpac
11-
12-
# Publish profiles (optional, if environment-specific)
13-
*.publish.xml
14-
15-
# SQL Server debug files
16-
*.dbmdl
17-
*.sqlcmdvars
18-
19-
# Visual Studio settings
20-
.vs/
21-
22-
# User-specific files
23-
*.user
24-
*.suo
25-
*.userosscache
26-
*.sln.docstates
27-
28-
# Backup files
29-
*.bak
30-
*.log
31-
1+
## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc
2+
##
3+
##
4+
## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore
5+
# Build output
6+
bin/
7+
obj/
8+
9+
# DACPAC files
10+
*.dacpac
11+
12+
# Publish profiles (optional, if environment-specific)
13+
*.publish.xml
14+
15+
# SQL Server debug files
16+
*.dbmdl
17+
*.sqlcmdvars
18+
19+
# Visual Studio settings
20+
.vs/
21+
22+
# User-specific files
23+
*.user
24+
*.suo
25+
*.userosscache
26+
*.sln.docstates
27+
28+
# Backup files
29+
*.bak
30+
*.log
31+

Terraform.gitignore

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

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

TwinCAT3.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ LineIDs.dbg.bak
4646
**/_Repository/
4747

4848

49-
# To include a specific library directory (i.e. third party/custom libs),
49+
# To include a specific library directory (i.e. third party/custom libs),
5050
# use pattern `!/**/_Libraries/<directory name>/` i.e. `!/**/_Libraries/www.tcunit.org/`
51-
#
51+
#
5252

5353
# VS Shell project specific files and folders
5454
**/.vs/

community/DotNet/Umbraco.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
## The [Mm]edia/ folder contains content. Content may vary by environment and should therefore not be added to source control.
2323
## Uncomment this line if you think it fits the way you work on your project.
24-
## **/[Mm]edia/
24+
## **/[Mm]edia/
2525

2626
# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
2727
# Make sure to include details from VisualStudio.gitignore BEFORE this

community/NasaSpecsIntact.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# gitignore template for Nasa SpecsIntact (SI)
22
# Website: https://specsintact.ksc.nasa.gov/
33
#
4-
# Recommended:
4+
# Recommended:
55
# MicrosoftOffice.gitignore
6-
#
6+
#
77

88
# SpecsIntact (SI) Locking file; this would lock everyone out.
99
*.se$
@@ -20,21 +20,21 @@ SUBMVER.*
2020
TTLDIFFS.*
2121

2222
# 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.
23+
# PULL.TBL is an auto-generated file to help speed SI loading.
2424
PULL.TBL
2525
pulltbl.bck
2626

2727
# Tailoring information.
2828
# Keep tailor.tag; it is a list of tailoring options in SI.
2929

30-
# JOB.OTL informs SI where a spec section came from.
30+
# JOB.OTL informs SI where a spec section came from.
3131
# Keeping the old one isn't useful in git.
3232
JOB.OTL.OLD
3333

3434
# OneNote TOC Files; SI Work Directories may be installed in a location co-located with OneNote
3535
# notebooks, and if so, OneNote will litter the SI folder with these.
3636
*.onetoc*
3737

38-
# Log files, typically tagfix or other auto generated logs that aren't useful
38+
# Log files, typically tagfix or other auto generated logs that aren't useful
3939
# outside of the user that made them and clutter up the index.
4040
*.log

0 commit comments

Comments
 (0)