提交 dd83dbdf 编写于 作者: B Brendan Forster

Merge branch 'master' into update-license

*.pydevproject
.metadata
.gradle
bin/
tmp/
*.tmp
......@@ -20,7 +19,10 @@ local.properties
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# JDT-specific (Eclipse Java Development Tools)
......@@ -29,7 +31,7 @@ local.properties
# Java annotation processor (APT)
.factorypath
# PDT-specific
# PDT-specific (PHP Development Tools)
.buildpath
# sbteclipse plugin
......
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
......
......@@ -4,6 +4,7 @@
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ss]cripts
pyvenv.cfg
......
......@@ -543,4 +543,4 @@
/index.php
/joomla.xml
/*.txt
/robots.txt.dist
\ No newline at end of file
/robots.txt.dist
......@@ -24,7 +24,6 @@ coverage
build/Release
# Dependency directory
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules
# Optional npm cache directory
......
......@@ -57,3 +57,6 @@ docs/_build/
# PyBuilder
target/
#Ipython Notebook
.ipynb_checkpoints
......@@ -27,6 +27,10 @@ xcuserdata
*.hmap
*.ipa
## Playgrounds
timeline.xctimeline
playground.xcworkspace
# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
......
......@@ -6,6 +6,7 @@
*.fls
*.out
*.toc
*.fmt
## Intermediate documents:
*.dvi
......@@ -32,8 +33,6 @@
*.pdfsync
## Auxiliary and intermediate files from other packages:
# algorithms
*.alg
*.loa
......@@ -49,6 +48,9 @@ acs-*.bib
*.snm
*.vrb
# cprotect
*.cpt
#(e)ledmac/(e)ledpar
*.end
*.[1-9]
......@@ -142,6 +144,9 @@ pythontex-files-*/
# xindy
*.xdy
# xypic precompiled matrices
*.xyc
# WinEdt
*.bak
*.sav
......@@ -149,3 +154,6 @@ pythontex-files-*/
# endfloat
*.ttt
*.fff
# Latexian
TSWLatexianTemp*
......@@ -17,7 +17,6 @@
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
......@@ -151,17 +150,24 @@ publish/
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets
# Windows Azure Build Output
# Microsoft Azure Build Output
csx/
*.build.csdef
# Windows Azure Emulator
# Microsoft Azure Emulator
ecf/
rcf/
# Microsoft Azure ApplicationInsights config file
ApplicationInsights.config
# Windows Store app package directory
AppPackages/
BundleArtifacts/
# Visual Studio cache files
# files ending in .cache can be ignored
......@@ -171,7 +177,6 @@ AppPackages/
# Others
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册