1
0
mirror of https://github.com/github/gitignore synced 2024-12-11 20:56:25 +01:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Luca Orlandi 2014-03-25 14:36:58 +01:00
commit f4a09c3c3b
28 changed files with 128 additions and 105 deletions

View File

@ -1,15 +1,7 @@
.vagrant .vagrant
Berksfile.lock
*~
*#
.#*
\#*#
.*.sw[a-z]
*.un~
/cookbooks /cookbooks
# Bundler # Bundler
Gemfile.lock
bin/* bin/*
.bundle/* .bundle/*

View File

@ -1,11 +1,13 @@
// Dont commit the following files and directories created by pub and dart2js # Dont commit the following directories created by pub.
build/
packages/ packages/
# Or the files created by dart2js.
*.dart.js
*.dart.precompiled.js
*.js_ *.js_
*.js.deps *.js.deps
*.js.map *.js.map
// Include when developing application packages # Include when developing application packages.
pubspec.lock pubspec.lock
// Avoid committing generated JavaScript files
*.dart.js

View File

@ -0,0 +1,2 @@
# The compilation directoy
EIFGENs

View File

@ -1,4 +1,4 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
## Directory-based project format ## Directory-based project format
.idea/ .idea/

View File

@ -1 +1,4 @@
*~ *~
# KDE directory preferences
.directory

View File

@ -1,2 +0,0 @@
### Sass Ignores - "Sassy CSS" http://sass-lang.com/
*.sass-cache

View File

@ -0,0 +1,12 @@
# SlickEdit workspace and project files are ignored by default because
# typically they are considered to be developer-specific and not part of a
# project.
*.vpw
*.vpj
# SlickEdit workspace history and tag files always contain user-specific
# data so they should not be stored in a repository.
*.vpwhistu
*.vpwhist
*.vtg

17
Global/Xcode.gitignore Normal file
View File

@ -0,0 +1,17 @@
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
profile
*.moved-aside
DerivedData
*.hmap
*.ipa

View File

@ -1,4 +1,3 @@
**/IntegrationServer/lib/
**/IntegrationServer/datastore/ **/IntegrationServer/datastore/
**/IntegrationServer/db/ **/IntegrationServer/db/
**/IntegrationServer/DocumentStore/ **/IntegrationServer/DocumentStore/

View File

@ -4,7 +4,7 @@ cabal-dev
*.hi *.hi
*.chi *.chi
*.chs.h *.chs.h
.virthualenv .virtualenv
.hsenv .hsenv
.cabal-sandbox/ .cabal-sandbox/
cabal.sandbox.config cabal.sandbox.config

2
Idris.gitignore Normal file
View File

@ -0,0 +1,2 @@
*.ibc
*.o

View File

@ -1,8 +1,11 @@
pom.xml pom.xml
pom.xml.asc
*jar *jar
/lib/ /lib/
/classes/ /classes/
/target/ /target/
/checkouts/
.lein-deps-sum .lein-deps-sum
.lein-repl-history .lein-repl-history
.lein-plugins/ .lein-plugins/
.lein-failures

View File

@ -36,6 +36,7 @@ app/etc/modules/Mage_Widget.xml
app/etc/modules/Mage_XmlConnect.xml app/etc/modules/Mage_XmlConnect.xml
app/etc/modules/Phoenix_Moneybookers.xml app/etc/modules/Phoenix_Moneybookers.xml
app/etc/modules/Cm_RedisSession.xml app/etc/modules/Cm_RedisSession.xml
app/etc/applied.patches.list
app/etc/config.xml app/etc/config.xml
app/etc/enterprise.xml app/etc/enterprise.xml
app/etc/local.xml.additional app/etc/local.xml.additional

View File

@ -1,17 +1,25 @@
lib-cov # Logs
lcov.info
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
pids
logs logs
results *.log
build
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt .grunt
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
# Deployed apps should consider commenting this line out:
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
node_modules node_modules

View File

@ -1,23 +1,8 @@
# OS X
.DS_Store
# Xcode
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
profile
*.moved-aside
DerivedData
*.hmap
*.ipa
# CocoaPods # CocoaPods
Pods #
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
#
# Pods/

7
OpenCart.gitignore Normal file
View File

@ -0,0 +1,7 @@
.htaccess
config.php
download/
image/data/
image/cache/
system/cache/
system/logs/

5
Packer.gitignore Normal file
View File

@ -0,0 +1,5 @@
# Cache objects
packer_cache/
# For built boxes
*.box

2
Phalcon.gitignore Normal file
View File

@ -0,0 +1,2 @@
/cache/
/config/development/

View File

@ -1,19 +1,17 @@
# Ignore Play! working directory # # Ignore Play! working directory #
bin bin/
db /db
eclipse .eclipse
lib /lib/
log /logs/
logs /modules
modules /project/project
precompiled /project/target
project/project /target
project/target tmp/
target
tmp
test-result test-result
server.pid server.pid
*.iml *.iml
*.eml *.eml
dist /dist/
.cache .cache

View File

@ -27,6 +27,7 @@ pip-log.txt
pip-delete-this-directory.txt pip-delete-this-directory.txt
# Unit test / coverage reports # Unit test / coverage reports
htmlcov/
.tox/ .tox/
.coverage .coverage
.cache .cache

View File

@ -12,8 +12,11 @@
# Qt-es # Qt-es
/.qmake.cache
/.qmake.stash
*.pro.user *.pro.user
*.pro.user.* *.pro.user.*
*.moc
moc_*.cpp moc_*.cpp
qrc_*.cpp qrc_*.cpp
ui_*.h ui_*.h

View File

@ -3,3 +3,6 @@
# Example code in package build process # Example code in package build process
*-Ex.R *-Ex.R
# R data files from past sessions
.Rdata

View File

@ -1,6 +1,4 @@
*.rbc *.rbc
*.sassc
.sass-cache
capybara-*.html capybara-*.html
.rspec .rspec
/log /log

View File

@ -9,6 +9,11 @@
/test/version_tmp/ /test/version_tmp/
/tmp/ /tmp/
## Specific to RubyMotion:
.dat*
.repl_history
build/
## Documentation cache and generated files: ## Documentation cache and generated files:
/.yardoc/ /.yardoc/
/_yardoc/ /_yardoc/

View File

@ -1,20 +0,0 @@
.dat*
.repl_history
build/
tags
# Editor files
.DS_Store
nbproject
.redcar
*.swp
*.swo
~
.eprj
vendor/Pods
*.nib
# YARD artifacts
.yardoc
_yardoc
doc/

View File

@ -72,8 +72,20 @@
# nomencl # nomencl
*.nlo *.nlo
# sagetex
*.sagetex.sage
*.sagetex.py
*.sagetex.scmd
# sympy
*.sout
*.sympy
sympy-plots-for-*.tex/
# todonotes # todonotes
*.tdo *.tdo
# xindy # xindy
*.xdy *.xdy

View File

@ -123,9 +123,8 @@ publish/
*.azurePubxml *.azurePubxml
# NuGet Packages Directory # NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line packages/
#packages/* ## TODO: If the tool you use requires repositories.config uncomment the next line
## TODO: If the tool you use requires repositories.config, also uncomment the next line
#!packages/repositories.config #!packages/repositories.config
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
@ -173,17 +172,3 @@ UpgradeLog*.htm
# Microsoft Fakes # Microsoft Fakes
FakesAssemblies/ FakesAssemblies/
# =========================
# Windows detritus
# =========================
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/