Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into pr/506
Browse files Browse the repository at this point in the history
Conflicts:
	Yii.gitignore
  • Loading branch information
jspahrsummers committed Nov 11, 2013
2 parents 407664c + 8335a5d commit 1a1de19
Show file tree
Hide file tree
Showing 76 changed files with 515 additions and 408 deletions.
2 changes: 1 addition & 1 deletion Actionscript.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ bin-release/

# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.
# information for Eclipse / Flash Builder.
7 changes: 0 additions & 7 deletions Android.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,3 @@ local.properties

# Proguard folder generated by Eclipse
proguard/

# Intellij project files
*.iml
*.ipr
*.iws
.idea/

8 changes: 8 additions & 0 deletions C++.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@
*.slo
*.lo
*.o
*.obj

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
4 changes: 4 additions & 0 deletions C.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Object files
*.o
*.ko
*.obj
*.elf

# Libraries
*.lib
Expand All @@ -15,3 +18,4 @@
*.exe
*.out
*.app
*.hex
34 changes: 34 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Contributing guidelines

We’d love you to help us improve this project. To help us keep this collection
high quality, we request that contributions adhere to the following guidelines.

- **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
the language, framework, editor, app, or project your change applies to.

- **Provide links to documentation** supporting the change you’re making.
Current, canonical documentation mentioning the files being ignored is best.
If documentation isn’t available to support your change, do the best you can
to explain what the files being ignored are for.

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

- **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
template for that language or framework, rather than to the template for an
editor, tool, or operating system.

- **Please only modify *one template* per pull request**. This helps keep pull
requests and feedback focused on a specific project or technology.

In general, the more you can do to help us understand the change you’re making,
the more likely we’ll be to accept your contribution quickly.

Please also understand that we can’t list every tool that ever existed.
Our aim is to curate a collection of the *most common and helpful* templates,
not to make sure we cover every project possible. If we choose not to
include your language, tool, or project, it’s not because it’s not awesome.
2 changes: 1 addition & 1 deletion CakePHP.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ tmp/*
app/tmp/*
app/[Cc]onfig/core.php
app/[Cc]onfig/database.php
!empty
!empty
6 changes: 6 additions & 0 deletions Composer.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
composer.phar
vendor/

# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
2 changes: 1 addition & 1 deletion Concrete5.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
config/site.php
files/cache/*
files/tmp/*
files/tmp/*
1 change: 0 additions & 1 deletion Coq.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
*.vo
*.glob
*.v.d

18 changes: 15 additions & 3 deletions Dart.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
.DS_Store
packages
// Don’t commit the following files and directories created by pub, Dart Editor, and dart2js
packages/
.project
pubspec.lock
.buildlog
*.js_
*.js.deps
*.js.map

// Include when developing application packages
pubspec.lock

// Avoid committing generated JavaScript files
*.dart.js

// Check for any other incovenient files generated by OS
// and other tools such as Eclipse, IntelliJ, etc.
2 changes: 1 addition & 1 deletion Delphi.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ __history
*.map
*.exe
*.dll
bin/*
bin/*
2 changes: 1 addition & 1 deletion Drupal.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ xmlrpc.php
/modules
/profiles
/scripts
/themes
/themes
4 changes: 4 additions & 0 deletions EPiServer.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
######################
## EPiServer Files
######################
*License.config
3 changes: 2 additions & 1 deletion Erlang.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
deps
*.o
*.beam
*.plt
*.plt
erl_crash.dump
6 changes: 5 additions & 1 deletion ExpressionEngine.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ images/member_photos/
images/signature_attachments/
images/pm_attachments/

# For security do not publish the following files
system/expressionengine/config/database.php
system/expressionengine/config/config.php

# Caches
sized/
thumbs/
_thumbs/
*/expressionengine/cache/*
*/expressionengine/cache/*
2 changes: 2 additions & 0 deletions Fancy.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.rbc
*.fyc
1 change: 0 additions & 1 deletion Finale.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@
# Some versions of Finale have a bug and randomly save extra copies of
# the music source as "<Filename> copy.mus"
*copy.mus

2 changes: 1 addition & 1 deletion ForceDotCom.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.project
.settings
salesforce.schema
Referenced Packages
Referenced Packages
1 change: 0 additions & 1 deletion GWT.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ gwt-unitCache/
# more caches and things from deploy #
war/WEB-INF/deploy/
war/WEB-INF/classes/

4 changes: 4 additions & 0 deletions Global/Archives.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*.bz2
*.xz
*.lzma
*.cab

#packing-only formats
*.iso
Expand All @@ -21,3 +22,6 @@
*.egg
*.deb
*.rpm
*.msi
*.msm
*.msp
2 changes: 1 addition & 1 deletion Global/CVS.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/CVS/*
*/CVS/*
.cvsignore
*/.cvsignore
*/.cvsignore
6 changes: 4 additions & 2 deletions Global/Eclipse.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*.pydevproject
.project
.metadata
.gradle
bin/**
tmp/**
tmp/**/*
Expand All @@ -9,7 +9,6 @@ tmp/**/*
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

Expand All @@ -24,3 +23,6 @@ local.properties

# PDT-specific
.buildpath

# TeXlipse plugin
.texlipse
2 changes: 1 addition & 1 deletion Global/Espresso.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*.esproj
*.esproj
2 changes: 1 addition & 1 deletion Global/FlexBuilder.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bin/
bin-debug/
bin-debug/
4 changes: 0 additions & 4 deletions Global/IntelliJ.gitignore

This file was deleted.

20 changes: 20 additions & 0 deletions Global/JetBrains.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode

## Directory-based project format
.idea/
# if you remove the above rule, at least ignore user-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# and these sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml

## File-based project format
*.ipr
*.iws
*.iml

## Additional for IntelliJ
out/
2 changes: 2 additions & 0 deletions Global/KDevelop4.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.kdev4
.kdev4/
2 changes: 0 additions & 2 deletions Global/Linux.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
.*
!.gitignore
*~
2 changes: 1 addition & 1 deletion Global/Matlab.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# Compiled MEX binaries (all platforms)
*.mex*

# Simulink Code Generation
# Simulink Code Generation
slprj/
2 changes: 2 additions & 0 deletions Global/NotepadPP.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Notepad++ backups #
*.bak
3 changes: 2 additions & 1 deletion Global/OSX.gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.DS_Store
.AppleDouble
.LSOverride
Icon

# Icon must ends with two \r.
Icon

# Thumbnails
._*
Expand Down
1 change: 0 additions & 1 deletion Global/PhPStorm.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions Global/PyCharm.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion Global/RubyMine.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion Global/SASS.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
### SASS Ignores - "Sassy CSS" http://sass-lang.com/
### Sass Ignores - "Sassy CSS" http://sass-lang.com/
*.sass-cache
4 changes: 3 additions & 1 deletion Global/SBT.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
target/
lib_managed/
src_managed/
project/boot/
project/boot/
.history
.cache
6 changes: 5 additions & 1 deletion Global/SublimeText.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# SublimeText project files
# workspace files are user-specific
*.sublime-workspace

# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project
11 changes: 10 additions & 1 deletion Global/Tags.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Ignore tags created by etags and ctags
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
TAGS
!TAGS/
tags
!tags/
gtags.files
GTAGS
GRTAGS
GPATH
cscope.files
cscope.out
cscope.in.out
cscope.po.out

1 change: 1 addition & 0 deletions Global/Vagrant.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vagrant/
Loading

0 comments on commit 1a1de19

Please sign in to comment.