Browse Source

Trim trailing whitespace

pull/2728/head
John Vandenberg 6 years ago
parent
commit
a47c27d351

+ 2
- 2
.github/PULL_REQUEST_TEMPLATE.md View File



_TODO_ _TODO_


**Links to documentation supporting these rule changes:**
**Links to documentation supporting these rule changes:**


_TODO_ _TODO_


If this is a new template:
If this is a new template:


- **Link to application or project’s homepage**: _TODO_ - **Link to application or project’s homepage**: _TODO_

+ 3
- 3
CONTRIBUTING.md View File

- **Provide a link to the application or project’s homepage**. Unless it’s - **Provide a link to the application or project’s homepage**. Unless it’s
extremely popular, there’s a chance the maintainers don’t know about or use extremely popular, there’s a chance the maintainers don’t know about or use
the language, framework, editor, app, or project your change applies to. the language, framework, editor, app, or project your change applies to.
- **Provide links to documentation** supporting the change you’re making. - **Provide links to documentation** supporting the change you’re making.
Current, canonical documentation mentioning the files being ignored is best. Current, canonical documentation mentioning the files being ignored is best.
If documentation isn’t available to support your change, do the best you can If documentation isn’t available to support your change, do the best you can
to explain what the files being ignored are for. to explain what the files being ignored are for.
- **Explain why you’re making a change**. Even if it seems self-evident, please - **Explain why you’re making a change**. Even if it seems self-evident, please
take a sentence or two to tell us why your change or addition should happen. take a sentence or two to tell us why your change or addition should happen.
It’s especially helpful to articulate why this change applies to *everyone* It’s especially helpful to articulate why this change applies to *everyone*
who works with the applicable technology, rather than just you or your team. who works with the applicable technology, rather than just you or your team.
- **Please consider the scope of your change**. If your change specific to a - **Please consider the scope of your change**. If your change specific to a
certain language or framework, then make sure the change is made to the certain language or framework, then make sure the change is made to the
template for that language or framework, rather than to the template for an template for that language or framework, rather than to the template for an

+ 1
- 1
Delphi.gitignore View File

# 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

+ 1
- 1
Global/Eclipse.gitignore View File

# 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)

+ 6
- 6
Global/Matlab.gitignore View File

# Compiled MEX binaries (all platforms) # Compiled MEX binaries (all platforms)
*.mex* *.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 # Simulink code generation folders
slprj/ slprj/

+ 4
- 4
Global/SynopsysVCS.gitignore View File

*.evcd *.evcd
*.fsdb *.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> # also taken from here): -o <path>/<filename>
simv 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/
# 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/

+ 1
- 1
Umbraco.gitignore View File

!**/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

+ 3
- 3
VisualStudio.gitignore View File

*.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


# 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
# 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/

Loading…
Cancel
Save