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
Berksfile.lock
*~
*#
.#*
\#*#
.*.sw[a-z]
*.un~
/cookbooks
# Bundler
Gemfile.lock
bin/*
.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/
# Or the files created by dart2js.
*.dart.js
*.dart.precompiled.js
*.js_
*.js.deps
*.js.map
// Include when developing application packages
# Include when developing application packages.
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
.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/db/
**/IntegrationServer/DocumentStore/

View File

@ -4,7 +4,7 @@ cabal-dev
*.hi
*.chi
*.chs.h
.virthualenv
.virtualenv
.hsenv
.cabal-sandbox/
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.asc
*jar
/lib/
/classes/
/target/
/checkouts/
.lein-deps-sum
.lein-repl-history
.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/Phoenix_Moneybookers.xml
app/etc/modules/Cm_RedisSession.xml
app/etc/applied.patches.list
app/etc/config.xml
app/etc/enterprise.xml
app/etc/local.xml.additional

View File

@ -1,17 +1,25 @@
lib-cov
lcov.info
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
pids
# Logs
logs
results
build
*.log
# 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
# 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

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
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 #
bin
db
eclipse
lib
log
logs
modules
precompiled
project/project
project/target
target
tmp
bin/
/db
.eclipse
/lib/
/logs/
/modules
/project/project
/project/target
/target
tmp/
test-result
server.pid
*.iml
*.eml
dist
/dist/
.cache

View File

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

View File

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

View File

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

View File

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

View File

@ -9,6 +9,11 @@
/test/version_tmp/
/tmp/
## Specific to RubyMotion:
.dat*
.repl_history
build/
## Documentation cache and generated files:
/.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
*.nlo
# sagetex
*.sagetex.sage
*.sagetex.py
*.sagetex.scmd
# sympy
*.sout
*.sympy
sympy-plots-for-*.tex/
# todonotes
*.tdo
# xindy
*.xdy

View File

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