Skip to content

Commit

Permalink
Merging upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
NickHodges committed Nov 27, 2013
2 parents 6ae5f35 + a6dc172 commit 412d690
Show file tree
Hide file tree
Showing 103 changed files with 1,180 additions and 622 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.
5 changes: 5 additions & 0 deletions Ada.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Object file
*.o

# Ada Library Information
*.ali
1 change: 1 addition & 0 deletions Agda.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.agdai
15 changes: 4 additions & 11 deletions Android.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,12 @@
bin/
gen/

# Ignore gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Eclipse project files
.classpath
.project

# Proguard folder generated by Eclipse
proguard/

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

7 changes: 7 additions & 0 deletions ArchLinuxPackages.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*.tar
*.tar.*
*.log
*.log.*
*.sig
pkg/
src/
1 change: 1 addition & 0 deletions Autotools.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Makefile.in
/depcomp
/install-sh
/missing
/stamp-h1
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
5 changes: 5 additions & 0 deletions C.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Object files
*.o
*.ko
*.obj
*.elf

# Libraries
*.lib
Expand All @@ -16,3 +18,6 @@
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
35 changes: 33 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
Since this repo includes a large and diverse number of programming languages, frameworks, editors, and ecosystems, it's *very helpful* if you can provide a link to information supporting your pull request. Up-to-date, canonical documentation that mentions the files to be ignored is best.
# Contributing guidelines

This ensures we can efficiently go through pull requests and keep quality high.
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
17 changes: 17 additions & 0 deletions ChefCookbook.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.vagrant
Berksfile.lock
*~
*#
.#*
\#*#
.*.sw[a-z]
*.un~
/cookbooks

# Bundler
Gemfile.lock
bin/*
.bundle/*

.kitchen/
.kitchen.local.yml
1 change: 1 addition & 0 deletions CodeIgniter.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*/logs/!index.html
*/cache/*
*/cache/!index.html
*/cache/!.htaccess
3 changes: 3 additions & 0 deletions CommonLisp.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.FASL
*.fasl
*.lisp-temp
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

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

// Include when developing application packages
pubspec.lock

// Avoid committing generated JavaScript files
*.dart.js
4 changes: 2 additions & 2 deletions Delphi.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*.dcu
*.~*~
*.~*
*.local
*.identcache
__history
Expand All @@ -11,4 +11,4 @@ __history
*.dcp
*.so
*.apk
bin/*
bin/*
4 changes: 0 additions & 4 deletions Django.gitignore

This file was deleted.

4 changes: 2 additions & 2 deletions Drupal.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ sites/*/files
sites/*/private

# Ignore default text files
.htaccess
robots.txt
/CHANGELOG.txt
/COPYRIGHT.txt
Expand All @@ -22,6 +21,7 @@ sites/all/modules/README.txt
sites/all/themes/README.txt

# Ignore everything but the "sites" folder ( for non core developer )
.htaccess
web.config
authorize.php
cron.php
Expand All @@ -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
2 changes: 2 additions & 0 deletions Elisp.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Compiled
*.elc
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
11 changes: 11 additions & 0 deletions GWT.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,14 @@ gwt-unitCache/
war/WEB-INF/deploy/
war/WEB-INF/classes/

#compilation logs
.gwt/

#caching for already compiled files
gwt-unitCache/

#gwt junit compilation files
www-test/

#old GWT (1.5) created this dir
.gwt-tmp/
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
4 changes: 4 additions & 0 deletions Global/BricxCC.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Bricx Command Center IDE
# http://bricxcc.sourceforge.net
*.bak
*.sym
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
2 changes: 2 additions & 0 deletions Global/Cloud9.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Cloud9 IDE - http://c9.io
.c9revisions
2 changes: 2 additions & 0 deletions Global/DartEditor.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.project
.buildlog
3 changes: 3 additions & 0 deletions Global/Dreamweaver.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# DW Dreamweaver added files
_notes
dwsync.xml
11 changes: 6 additions & 5 deletions Global/Eclipse.gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
.gradle
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

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

# PDT-specific
.buildpath

# TeXlipse plugin
.texlipse
13 changes: 12 additions & 1 deletion Global/Emacs.gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.elc
*.elc
auto-save-list
tramp
.\#*

# Org-mode
.org-id-locations
*_archive

# flymake-mode
*_flymake.*

# eshell files
/eshell/history
/eshell/lastdir

# elpa packages
/elpa/
3 changes: 3 additions & 0 deletions Global/Ensime.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Ensime specific
.ensime
.ensime_lucene/
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/
Loading

0 comments on commit 412d690

Please sign in to comment.