提交 b99887e1 编写于 作者: B Borders, Casey

Merge branch 'master' of https://github.com/github/gitignore

# Object file
*.o
# Ada Library Information
*.ali
\ No newline at end of file
# built application files # Built application files
*.apk *.apk
*.ap_ *.ap_
# files for the dex VM # Files for the Dalvik VM
*.dex *.dex
# Java class files # Java class files
*.class *.class
# generated files # Generated files
bin/ bin/
gen/ gen/
# Ignore gradle files # Gradle files
.gradle/ .gradle/
build/ build/
......
*.tar
*.tar.*
*.log
*.log.*
*.sig
pkg/
src/
...@@ -18,4 +18,6 @@ ...@@ -18,4 +18,6 @@
*.exe *.exe
*.out *.out
*.app *.app
*.i*86
*.x86_64
*.hex *.hex
.vagrant
Berksfile.lock
*~
*#
.#*
\#*#
.*.sw[a-z]
*.un~
/cookbooks
# Bundler
Gemfile.lock
bin/*
.bundle/*
.kitchen/
.kitchen.local.yml
*.FASL
*.fasl
*.lisp-temp
// Don’t commit the following files and directories created by pub, Dart Editor, and dart2js // Don’t commit the following files and directories created by pub and dart2js
packages/ packages/
.project
.buildlog
*.js_ *.js_
*.js.deps *.js.deps
*.js.map *.js.map
...@@ -11,6 +9,3 @@ pubspec.lock ...@@ -11,6 +9,3 @@ pubspec.lock
// Avoid committing generated JavaScript files // Avoid committing generated JavaScript files
*.dart.js *.dart.js
// Check for any other incovenient files generated by OS
// and other tools such as Eclipse, IntelliJ, etc.
...@@ -7,4 +7,8 @@ __history ...@@ -7,4 +7,8 @@ __history
*.map *.map
*.exe *.exe
*.dll *.dll
*.bpl
*.dcp
*.so
*.apk
bin/* bin/*
# Compiled
*.elc
...@@ -14,3 +14,15 @@ gwt-unitCache/ ...@@ -14,3 +14,15 @@ gwt-unitCache/
# more caches and things from deploy # # more caches and things from deploy #
war/WEB-INF/deploy/ war/WEB-INF/deploy/
war/WEB-INF/classes/ 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/
# Cloud9 IDE - http://c9.io # Cloud9 IDE - http://c9.io
.c9revisions .c9revisions
.c9
# DW Dreamweaver added files
_notes
dwsync.xml
*.pydevproject *.pydevproject
.metadata .metadata
.gradle .gradle
bin/** bin/
tmp/** tmp/
tmp/**/*
*.tmp *.tmp
*.bak *.bak
*.swp *.swp
...@@ -24,5 +23,8 @@ local.properties ...@@ -24,5 +23,8 @@ local.properties
# PDT-specific # PDT-specific
.buildpath .buildpath
# sbteclipse plugin
.target
# TeXlipse plugin # TeXlipse plugin
.texlipse .texlipse
...@@ -14,3 +14,10 @@ tramp ...@@ -14,3 +14,10 @@ tramp
# flymake-mode # flymake-mode
*_flymake.* *_flymake.*
# eshell files
/eshell/history
/eshell/lastdir
# elpa packages
/elpa/
#ignore backup files
backup/
#ignore files generated by the compiler
lib/
*.compiled
*.o
*.or
*.ppu
#exclude executable output in windows
*.exe
\ No newline at end of file
.gradle
build/
...@@ -28,8 +28,9 @@ ...@@ -28,8 +28,9 @@
# project release file # project release file
/*.war /*.war
# plugin release file # plugin release files
/*.zip /*.zip
/plugin.xml
# older plugin install locations # older plugin install locations
/plugins /plugins
......
*.class *.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files # # Package Files #
*.jar *.jar
*.war *.war
......
此差异已折叠。
.modgit/ .modgit/
app/code/community/Find/ app/code/community/Find/
app/code/community/Phoenix/ app/code/community/Phoenix/
app/code/community/Cm/
app/code/core/ app/code/core/
app/design/adminhtml/default/default/ app/design/adminhtml/default/default/
app/design/adminhtml/default/find/ app/design/adminhtml/default/find/
...@@ -33,6 +34,7 @@ app/etc/modules/Mage_Weee.xml ...@@ -33,6 +34,7 @@ app/etc/modules/Mage_Weee.xml
app/etc/modules/Mage_Widget.xml 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/config.xml app/etc/config.xml
app/etc/enterprise.xml app/etc/enterprise.xml
app/etc/local.xml.additional app/etc/local.xml.additional
...@@ -77,6 +79,9 @@ lib/PEAR/ ...@@ -77,6 +79,9 @@ lib/PEAR/
lib/phpseclib/ lib/phpseclib/
lib/Varien/ lib/Varien/
lib/Zend/ lib/Zend/
lib/Cm/
lib/Credis/
lib/Magento/
LICENSE_AFL.txt LICENSE_AFL.txt
LICENSE.html LICENSE.html
LICENSE.txt LICENSE.txt
...@@ -89,7 +94,7 @@ media/.htaccess ...@@ -89,7 +94,7 @@ media/.htaccess
media/import/ media/import/
media/xmlconnect/ media/xmlconnect/
media/catalog/product/cache/ media/catalog/product/cache/
api.php
nbproject/ nbproject/
pear pear
pear/ pear/
......
target/ target/
*.releaseBackup pom.xml.tag
pom.xml.releaseBackup
pom.xml.next
release.properties
lib-cov lib-cov
lcov.info
*.seed *.seed
*.log *.log
*.csv *.csv
...@@ -10,5 +11,7 @@ lib-cov ...@@ -10,5 +11,7 @@ lib-cov
pids pids
logs logs
results results
build
.grunt
node_modules node_modules
...@@ -17,7 +17,7 @@ profile ...@@ -17,7 +17,7 @@ profile
*.moved-aside *.moved-aside
DerivedData DerivedData
*.hmap *.hmap
*.xccheckout *.ipa
# CocoaPods # CocoaPods
Pods Pods
...@@ -15,3 +15,5 @@ test-result ...@@ -15,3 +15,5 @@ test-result
server.pid server.pid
*.iml *.iml
*.eml *.eml
dist
.cache
...@@ -39,6 +39,9 @@ coverage.xml ...@@ -39,6 +39,9 @@ coverage.xml
.project .project
.pydevproject .pydevproject
# Rope
.ropeproject
# Django stuff: # Django stuff:
*.log *.log
*.pot *.pot
......
~$
.swp$
build/
bin/
lib/
msg_gen/
srv_gen/
msg/.*Action\.msg$
msg/.*ActionFeedback\.msg$
msg/.*ActionGoal\.msg$
msg/.*ActionResult\.msg$
msg/.*Feedback\.msg$
msg/.*Goal\.msg$
msg/.*Result\.msg$
msg/_.*\.py$
\.pcd$
.pyc$
# Generated by dynamic reconfigure
\.cfgc$
/cfg/cpp/
/cfg/.*\.py$
# Ignore generated docs
.dox$
.wikidoc$
# eclipse stuff
.project
.cproject
# qcreator stuff
CMakeLists.txt.user
srv/_.*\.py$
\.pcd$
.pyc$
qtcreator-*
*.user
/planning/cfg
/planning/docs
/planning/src
*~$
# Emacs
.#*
# Catkin custom files
CATKIN_IGNORE
...@@ -13,6 +13,7 @@ capybara-*.html ...@@ -13,6 +13,7 @@ capybara-*.html
rerun.txt rerun.txt
pickle-email-*.html pickle-email-*.html
config/initializers/secret_token.rb config/initializers/secret_token.rb
config/secrets.yml
## Environment normalisation: ## Environment normalisation:
/.bundle /.bundle
......
# for projects that use SCons for building: http://http://www.scons.org/
.sconsign.dblite
...@@ -14,3 +14,4 @@ project/plugins/project/ ...@@ -14,3 +14,4 @@ project/plugins/project/
# Scala-IDE specific # Scala-IDE specific
.scala_dependencies .scala_dependencies
.worksheet
/Files/binder.autosave
/Files/binder.backup
/Files/search.indexes
/Files/user.lock
/Files/Docs/docs.checksum
/QuickLook/
/Settings/ui.plist
## SugarCRM ## SugarCRM
# Ignore custom .htaccess stuff. # Ignore custom .htaccess stuff.
/.htaccess /.htaccess
# Ignore large parts of the annoying cache directory without breaking things. # Ignore the cache directory completely.
cache/csv/* # This will break the current behaviour. Which was often leading to
cache/dashlets/* # the misuse of the repository as backup replacement.
cache/diagnostic/* # For development the cache directory can be safely ignored and
cache/dynamic_fields/* # therefore it is ignored.
cache/feeds/* /cache/
cache/import/*
cache/include/*
cache/jsLanguage/*
cache/modules/*
!cache/modules/emails
!cache/modules/Emails
cache/pdf/*
cache/smarty/cache/*
cache/smarty/templates_c/*
cache/themes/*
cache/xml/*
# Ignore some files and directories from the custom directory. # Ignore some files and directories from the custom directory.
custom/history/* /custom/history/
custom/modulebuilder/* /custom/modulebuilder/
custom/working/* /custom/working/
custom/modules/*/Ext/ /custom/modules/*/Ext/
custom/application/Ext/* /custom/application/Ext/
# Custom configuration should also be ignored. # Custom configuration should also be ignored.
/config.php /config.php
/config_override.php /config_override.php
# The silent upgrade scripts aren't needed. # The silent upgrade scripts aren't needed.
silentUpgrade*.php /silentUpgrade*.php
# Logs files can safely be ignored. # Logs files can safely be ignored.
*.log *.log
# Ignore the new upload directories.
/upload/
/upload_backup/
...@@ -16,9 +16,6 @@ bld/ ...@@ -16,9 +16,6 @@ bld/
[Bb]in/ [Bb]in/
[Oo]bj/ [Oo]bj/
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
!packages/*/build/
# MSTest test Results # MSTest test Results
[Tt]est[Rr]esult*/ [Tt]est[Rr]esult*/
[Bb]uild[Ll]og.* [Bb]uild[Ll]og.*
...@@ -97,6 +94,9 @@ _NCrunch_* ...@@ -97,6 +94,9 @@ _NCrunch_*
*.mm.* *.mm.*
AutoTest.Net/ AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder # Installshield output folder
[Ee]xpress/ [Ee]xpress/
...@@ -114,15 +114,19 @@ DocProject/Help/html ...@@ -114,15 +114,19 @@ DocProject/Help/html
publish/ publish/
# Publish Web Output # Publish Web Output
*.Publish.xml *.[Pp]ublish.xml
*.azurePubxml *.azurePubxml
# NuGet Packages Directory # NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/ #packages/*
## TODO: If the tool you use requires repositories.config, also 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
# This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
!packages/build/
# Windows Azure Build Output # Windows Azure Build Output
csx/ csx/
*.build.csdef *.build.csdef
...@@ -139,9 +143,9 @@ ClientBin/ ...@@ -139,9 +143,9 @@ ClientBin/
*~ *~
*.dbmdl *.dbmdl
*.dbproj.schemaview *.dbproj.schemaview
*.[Pp]ublish.xml
*.pfx *.pfx
*.publishsettings *.publishsettings
node_modules/
# RIA/Silverlight projects # RIA/Silverlight projects
Generated_Code/ Generated_Code/
......
...@@ -10,3 +10,4 @@ sitemap.xml ...@@ -10,3 +10,4 @@ sitemap.xml
wp-content/cache/ wp-content/cache/
wp-content/backups/ wp-content/backups/
sitemap.xml.gz sitemap.xml.gz
wp-config.php
node_modules/
bower_components/
*.log
build/
dist/
# Atari 2600 (Stella) support for multiple assemblers
# - DASM
# - CC65
# Assembled binaries and object directories
obj/
a.out
*.bin
*.a26
# Add in special Atari 7800-based binaries for good measure
*.a78
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册