Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
GitCode
Gitignore
提交
a580262a
G
Gitignore
项目概览
GitCode
/
Gitignore
大约 1 年 前同步成功
通知
294
Star
150836
Fork
84116
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
G
Gitignore
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
未验证
提交
a580262a
编写于
6月 17, 2018
作者:
B
Brendan Forster
提交者:
GitHub
6月 17, 2018
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #2728 from jayvdb/trim-trailing-spaces
Trim trailing whitespace
上级
1fb9ea04
a47c27d3
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
21 addition
and
21 deletion
+21
-21
.github/PULL_REQUEST_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
+2
-2
CONTRIBUTING.md
CONTRIBUTING.md
+3
-3
Delphi.gitignore
Delphi.gitignore
+1
-1
Global/Eclipse.gitignore
Global/Eclipse.gitignore
+1
-1
Global/Matlab.gitignore
Global/Matlab.gitignore
+6
-6
Global/SynopsysVCS.gitignore
Global/SynopsysVCS.gitignore
+4
-4
Umbraco.gitignore
Umbraco.gitignore
+1
-1
VisualStudio.gitignore
VisualStudio.gitignore
+3
-3
未找到文件。
.github/PULL_REQUEST_TEMPLATE.md
浏览文件 @
a580262a
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
_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_
CONTRIBUTING.md
浏览文件 @
a580262a
...
@@ -6,17 +6,17 @@ high quality, we request that contributions adhere to the following guidelines.
...
@@ -6,17 +6,17 @@ high quality, we request that contributions adhere to the following guidelines.
-
**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
...
...
Delphi.gitignore
浏览文件 @
a580262a
...
@@ -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
...
...
Global/Eclipse.gitignore
浏览文件 @
a580262a
...
@@ -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)
...
...
Global/Matlab.gitignore
浏览文件 @
a580262a
...
@@ -7,12 +7,12 @@
...
@@ -7,12 +7,12 @@
# 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/
...
...
Global/SynopsysVCS.gitignore
浏览文件 @
a580262a
...
@@ -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/
...
...
Umbraco.gitignore
浏览文件 @
a580262a
...
@@ -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
...
...
VisualStudio.gitignore
浏览文件 @
a580262a
...
@@ -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/
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录