diff options
57 files changed, 465 insertions, 94 deletions
diff --git a/AppEngine.gitignore b/AppEngine.gitignore new file mode 100644 index 00000000..62273454 --- /dev/null +++ b/AppEngine.gitignore @@ -0,0 +1,2 @@ +# Google App Engine generated folder +appengine-generated/ diff --git a/C.gitignore b/C.gitignore index edf6645d..bbf313b2 100644 --- a/C.gitignore +++ b/C.gitignore @@ -27,3 +27,6 @@ *.i*86 *.x86_64 *.hex + +# Debug files +*.dSYM/ diff --git a/CUDA.gitignore b/CUDA.gitignore new file mode 100644 index 00000000..cb385db8 --- /dev/null +++ b/CUDA.gitignore @@ -0,0 +1,6 @@ +*.i +*.ii +*.gpu +*.ptx +*.cubin +*.fatbin diff --git a/CakePHP.gitignore b/CakePHP.gitignore index bd743c4d..55a665e4 100644 --- a/CakePHP.gitignore +++ b/CakePHP.gitignore @@ -1,7 +1,13 @@ -tmp/* -[Cc]onfig/core.php -[Cc]onfig/database.php -app/tmp/* -app/[Cc]onfig/core.php -app/[Cc]onfig/database.php -!empty +# CakePHP 3 + +/vendor/* +/config/app.php +/tmp/* +/logs/* + +# CakePHP 2 + +/app/tmp/* +/app/Config/core.php +/app/Config/database.php +/vendors/* diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index 846b8c54..0f77d9e1 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -1,6 +1,6 @@ */config/development */logs/log-*.php -*/logs/!index.html +!*/logs/index.html */cache/* -*/cache/!index.html -*/cache/!.htaccess +!*/cache/index.html +!*/cache/.htaccess diff --git a/Delphi.gitignore b/Delphi.gitignore index 78e5f118..8d5d458f 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -52,3 +52,6 @@ # Delphi history and backups __history/ *.~* + +# Castalia statistics file +*.stat diff --git a/ExtJs.gitignore b/ExtJs.gitignore index bcd36f01..5ffc2154 100644 --- a/ExtJs.gitignore +++ b/ExtJs.gitignore @@ -1,4 +1,4 @@ .architect -boostrap.json +bootstrap.json build/ ext/ diff --git a/gcov.gitignore b/Gcov.gitignore index a6451430..a6451430 100644 --- a/gcov.gitignore +++ b/Gcov.gitignore diff --git a/GitBook.gitignore b/GitBook.gitignore index f9b27061..4cb12d8d 100644 --- a/GitBook.gitignore +++ b/GitBook.gitignore @@ -4,7 +4,7 @@ ## Dependency directory ## Commenting this out is preferred by some people, see -## https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git +## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git node_modules # Book build output diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 4a6cfc7c..0e22e957 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -11,6 +11,9 @@ local.properties .settings/ .loadpath +# Eclipse Core +.project + # External tool builders .externalToolBuilders/ @@ -20,6 +23,12 @@ local.properties # CDT-specific .cproject +# JDT-specific (Eclipse Java Development Tools) +.classpath + +# Java annotation processor (APT) +.factorypath + # PDT-specific .buildpath diff --git a/Global/Ensime.gitignore b/Global/Ensime.gitignore index 3772bdfe..f2daebb9 100644 --- a/Global/Ensime.gitignore +++ b/Global/Ensime.gitignore @@ -1,3 +1,4 @@ # Ensime specific .ensime +.ensime_cache/ .ensime_lucene/ diff --git a/Global/JDeveloper.gitignore b/Global/JDeveloper.gitignore index 25cbbfe4..5bba6f37 100644 --- a/Global/JDeveloper.gitignore +++ b/Global/JDeveloper.gitignore @@ -1,4 +1,13 @@ +# default application storage directory used by the IDE Performance Cache feature .data/ + +# used for ADF styles caching temp/ + +# default output directories classes/ +deploy/ +javadoc/ + +# lock file, a part of Oracle Credential Store Framework cwallet.sso.lck
\ No newline at end of file diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 0481a342..5f1d7b68 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,4 +1,4 @@ -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion *.iml @@ -32,7 +32,7 @@ ## Plugin-specific files: # IntelliJ -out/ +/out/ # mpeltonen/sbt-idea plugin .idea_modules/ diff --git a/Global/Lazarus.gitignore b/Global/Lazarus.gitignore index 3ef747d7..b32943f1 100644 --- a/Global/Lazarus.gitignore +++ b/Global/Lazarus.gitignore @@ -1,15 +1,30 @@ -#ignore backup files -backup/ - -#ignore files generated by the compiler -lib/ +# Lazarus compiler-generated binaries (safe to delete) +*.exe +*.dll +*.so +*.dylib +*.lrs +*.res *.compiled +*.dbg +*.ppu *.o *.or -*.ppu +*.a -#ignore debug information files -*.dbg +# Lazarus autogenerated files (duplicated info) +*.rst +*.rsj +*.lrt -#exclude executable output in windows -*.exe +# Lazarus local files (user-specific info) +*.lps + +# Lazarus backups and unit output folders. +# These can be changed by user in Lazarus/project options. +backup/ +*.bak +lib/ + +# Application bundle for Mac OS +*.app/ diff --git a/Global/LibreOffice.gitignore b/Global/LibreOffice.gitignore new file mode 100644 index 00000000..586beac9 --- /dev/null +++ b/Global/LibreOffice.gitignore @@ -0,0 +1,2 @@ +# LibreOffice locks +.~lock.*# diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 9911632b..5932ea17 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -2,3 +2,6 @@ # KDE directory preferences .directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* diff --git a/Global/NetBeans.gitignore b/Global/NetBeans.gitignore index ab680a8b..debe0e48 100644 --- a/Global/NetBeans.gitignore +++ b/Global/NetBeans.gitignore @@ -5,3 +5,4 @@ dist/ nbdist/ nbactions.xml nb-configuration.xml +.nb-gradle/ diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 5e410368..660b3135 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -8,9 +8,13 @@ Icon # Thumbnails ._* -# Files that might appear on external disk +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd .Spotlight-V100 +.TemporaryItems .Trashes +.VolumeIcon.icns # Directories potentially created on remote AFP share .AppleDB diff --git a/Global/README.md b/Global/README.md index adc1099c..06b6649b 100644 --- a/Global/README.md +++ b/Global/README.md @@ -4,7 +4,7 @@ This directory contains globally useful gitignores, e.g. OS-specific and editor specific. For more on global gitignores: -<http://help.github.com/git-ignore/> +<https://help.github.com/articles/ignoring-files/#create-a-global-gitignore> And a good blog post about 'em: <http://augustl.com/blog/2009/global_gitignores> diff --git a/Global/Redis.gitignore b/Global/Redis.gitignore new file mode 100644 index 00000000..57c1c230 --- /dev/null +++ b/Global/Redis.gitignore @@ -0,0 +1,3 @@ +# Ignore redis binary dump (dump.rdb) files + +*.rdb diff --git a/Global/SynopsysVCS.gitignore b/Global/SynopsysVCS.gitignore new file mode 100644 index 00000000..eed2432f --- /dev/null +++ b/Global/SynopsysVCS.gitignore @@ -0,0 +1,36 @@ +# Waveform formats +*.vcd +*.vpd +*.evcd +*.fsdb + +# Default name of the simulation executable. A different name can be +# specified with this switch (the associated daidir database name is +# also taken from here): -o <path>/<filename> +simv + +# Generated for Verilog and VHDL top configs +simv.daidir/ +simv.db.dir/ + +# Infrastructure necessary to co-simulate SystemC models with +# Verilog/VHDL models. An alternate directory may be specified with this +# switch: -Mdir=<directory_path> +csrc/ + +# Log file - the following switch allows to specify the file that will be +# used to write all messages from simulation: -l <filename> +*.log + +# Coverage results (generated with urg) and database location. The +# following switch can also be used: urg -dir <coverage_directory>.vdb +simv.vdb/ +urgReport/ + +# DVE and UCLI related files. +DVEfiles/ +ucli.key + +# When the design is elaborated for DirectC, the following file is created +# with declarations for C/C++ functions. +vc_hdrs.h diff --git a/Global/vim.gitignore b/Global/Vim.gitignore index 6c5ee8df..6c5ee8df 100644 --- a/Global/vim.gitignore +++ b/Global/Vim.gitignore diff --git a/Global/VirtualEnv.gitignore b/Global/VirtualEnv.gitignore index 3fab25b5..e2c082c8 100644 --- a/Global/VirtualEnv.gitignore +++ b/Global/VirtualEnv.gitignore @@ -6,3 +6,4 @@ [Ll]ib [Ss]cripts pyvenv.cfg +pip-selfcheck.json diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore new file mode 100644 index 00000000..0865bb7d --- /dev/null +++ b/Global/VisualStudioCode.gitignore @@ -0,0 +1,2 @@ +.settings + diff --git a/Global/webMethods.gitignore b/Global/WebMethods.gitignore index b383c25c..b383c25c 100644 --- a/Global/webMethods.gitignore +++ b/Global/WebMethods.gitignore diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index 1b81d249..d07b7894 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -1,4 +1,12 @@ +# Xcode +# +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + +## Build generated build/ +DerivedData + +## Various settings *.pbxuser !default.pbxuser *.mode1v3 @@ -8,7 +16,8 @@ build/ *.perspectivev3 !default.perspectivev3 xcuserdata + +## Other *.xccheckout *.moved-aside -DerivedData *.xcuserstate diff --git a/Gradle.gitignore b/Gradle.gitignore index ca611cf8..302a5f2f 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -3,3 +3,6 @@ build/ # Ignore Gradle GUI config gradle-app.setting + +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) +!gradle-wrapper.jar diff --git a/Haskell.gitignore b/Haskell.gitignore index 0855a79b..48fe6f3e 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -6,12 +6,10 @@ cabal-dev *.chs.h *.dyn_o *.dyn_hi -.virtualenv .hpc .hsenv .cabal-sandbox/ cabal.sandbox.config -cabal.config *.prof *.aux *.hp diff --git a/IGORPro.gitignore b/IGORPro.gitignore new file mode 100644 index 00000000..c62be650 --- /dev/null +++ b/IGORPro.gitignore @@ -0,0 +1,5 @@ +# Avoid including Experiment files: they can be created and edited locally to test the ipf files +*.pxp +*.pxt +*.uxp +*.uxt diff --git a/Jekyll.gitignore b/Jekyll.gitignore index 0c3e5abb..5c91b60c 100644 --- a/Jekyll.gitignore +++ b/Jekyll.gitignore @@ -1,2 +1,3 @@ _site/ .sass-cache/ +.jekyll-metadata diff --git a/Joomla.gitignore b/Joomla.gitignore index c3f040af..cf36d8cf 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -2,8 +2,13 @@ /.htaccess /administrator/cache/* /administrator/components/com_admin/* +/administrator/components/com_ajax/* +/administrator/components/com_tags/* /administrator/components/com_banners/* /administrator/components/com_cache/* +/administrator/components/com_postinstall/* +/administrator/components/com_joomlaupdate/* +/administrator/components/com_contenthistory/* /administrator/components/com_categories/* /administrator/components/com_checkin/* /administrator/components/com_config/* @@ -28,7 +33,52 @@ /administrator/components/index.html /administrator/help/* /administrator/includes/* -/administrator/language/en-GB/ +/administrator/language/en-GB/en-GB.com_ajax.ini +/administrator/language/en-GB/en-GB.com_ajax.sys.ini +/administrator/language/en-GB/en-GB.com_contenthistory.ini +/administrator/language/en-GB/en-GB.com_contenthistory.sys.ini +/administrator/language/en-GB/en-GB.com_joomlaupdate.ini +/administrator/language/en-GB/en-GB.com_joomlaupdate.sys.ini +/administrator/language/en-GB/en-GB.com_postinstall.ini +/administrator/language/en-GB/en-GB.com_postinstall.sys.ini +/administrator/language/en-GB/en-GB.com_sitemapjen.sys.ini +/administrator/language/en-GB/en-GB.com_tags.ini +/administrator/language/en-GB/en-GB.com_tags.sys.ini +/administrator/language/en-GB/en-GB.mod_stats_admin.ini +/administrator/language/en-GB/en-GB.mod_stats_admin.sys.ini +/administrator/language/en-GB/en-GB.plg_authentication_cookie.ini +/administrator/language/en-GB/en-GB.plg_authentication_cookie.sys.ini +/administrator/language/en-GB/en-GB.plg_content_contact.ini +/administrator/language/en-GB/en-GB.plg_content_contact.sys.ini +/administrator/language/en-GB/en-GB.plg_content_finder.ini +/administrator/language/en-GB/en-GB.plg_content_finder.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_categories.ini +/administrator/language/en-GB/en-GB.plg_finder_categories.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_contacts.ini +/administrator/language/en-GB/en-GB.plg_finder_contacts.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_content.ini +/administrator/language/en-GB/en-GB.plg_finder_content.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.ini +/administrator/language/en-GB/en-GB.plg_finder_tags.ini +/administrator/language/en-GB/en-GB.plg_finder_tags.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_weblinks.ini +/administrator/language/en-GB/en-GB.plg_finder_weblinks.sys.ini +/administrator/language/en-GB/en-GB.plg_installer_webinstaller.ini +/administrator/language/en-GB/en-GB.plg_installer_webinstaller.sys.ini +/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.ini +/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.sys.ini +/administrator/language/en-GB/en-GB.plg_search_tags.ini +/administrator/language/en-GB/en-GB.plg_search_tags.sys.ini +/administrator/language/en-GB/en-GB.plg_system_languagecode.ini +/administrator/language/en-GB/en-GB.plg_system_languagecode.sys.ini +/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.ini +/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.sys.ini +/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.ini +/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.sys.ini +/administrator/language/en-GB/en-GB.tpl_isis.ini +/administrator/language/en-GB/en-GB.tpl_isis.sys.ini +/administrator/language/en-GB/install.xml /administrator/language/en-GB/en-GB.com_admin.ini /administrator/language/en-GB/en-GB.com_admin.sys.ini /administrator/language/en-GB/en-GB.com_banners.ini @@ -218,15 +268,22 @@ /administrator/modules/mod_toolbar/* /administrator/modules/mod_unread/* /administrator/modules/mod_version/* +/administrator/modules/mod_stats_admin/* /administrator/modules/index.html /administrator/templates/bluestork/* +/administrator/templates/isis/* /administrator/templates/hathor/* /administrator/templates/system/* /administrator/templates/index.html /administrator/index.php /cache/* +/bin/* /cli/* /components/com_banners/* +/components/com_ajax/* +/components/com_config/* +/components/com_contenthistory/* +/components/com_tags/* /components/com_contact/* /components/com_content/* /components/com_finder/* @@ -245,12 +302,34 @@ /images/powered_by.png /includes/* /installation/* +/language/en-GB/en-GB.com_ajax.ini +/language/en-GB/en-GB.com_config.ini /language/en-GB/en-GB.com_contact.ini +/language/en-GB/en-GB.com_finder.ini +/language/en-GB/en-GB.com_tags.ini +/language/en-GB/en-GB.finder_cli.ini +/language/en-GB/en-GB.lib_fof.sys.ini /language/en-GB/en-GB.com_content.ini +/language/en-GB/en-GB.lib_idna_convert.sys.ini /language/en-GB/en-GB.com_mailto.ini +/language/en-GB/en-GB.lib_joomla.sys.ini +/language/en-GB/en-GB.lib_phpass.sys.ini +/language/en-GB/en-GB.lib_phpmailer.sys.ini +/language/en-GB/en-GB.lib_phputf8.sys.ini +/language/en-GB/en-GB.lib_simplepie.sys.ini /language/en-GB/en-GB.com_media.ini +/language/en-GB/en-GB.mod_finder.ini /language/en-GB/en-GB.com_messages.ini +/language/en-GB/en-GB.mod_tags_popular.ini +/language/en-GB/en-GB.mod_tags_popular.sys.ini +/language/en-GB/en-GB.mod_tags_similar.ini +/language/en-GB/en-GB.mod_tags_similar.sys.ini +/language/en-GB/en-GB.mod_finder.sys.ini +/language/en-GB/en-GB.tpl_beez3.ini +/language/en-GB/en-GB.tpl_beez3.sys.ini /language/en-GB/en-GB.com_newsfeeds.ini +/language/en-GB/en-GB.tpl_protostar.ini +/language/en-GB/en-GB.tpl_protostar.sys.ini /language/en-GB/en-GB.com_search.ini /language/en-GB/en-GB.com_users.ini /language/en-GB/en-GB.com_weblinks.ini @@ -371,6 +450,7 @@ /plugins/authentication/ldap/* /plugins/authentication/index.html /plugins/captcha/recaptcha/* +/plugins/captcha/index.html /plugins/content/emailcloak/* /plugins/content/example/* /plugins/content/finder/* @@ -380,6 +460,7 @@ /plugins/content/pagebreak/* /plugins/content/pagenavigation/* /plugins/content/vote/* +/plugins/content/contact/* /plugins/content/index.html /plugins/editors/codemirror/* /plugins/editors/none/* @@ -398,14 +479,18 @@ /plugins/finder/contacts/* /plugins/finder/content/* /plugins/finder/newsfeeds/* +/plugins/finder/tags/* /plugins/finder/weblinks/* +/plugins/installer/* /plugins/quickicon/extensionupdate/* /plugins/quickicon/joomlaupdate/* +/plugins/quickicon/index.html /plugins/search/categories/* /plugins/search/contacts/* /plugins/search/content/* /plugins/search/newsfeeds/* /plugins/search/weblinks/* +/plugins/search/tags/* /plugins/search/index.html /plugins/system/cache/* /plugins/system/debug/* @@ -419,6 +504,7 @@ /plugins/system/remember/* /plugins/system/sef/* /plugins/system/index.html +/plugins/twofactorauth/* /plugins/user/contactcreator/* /plugins/user/example/* /plugins/user/joomla/* @@ -426,8 +512,10 @@ /plugins/user/index.html /plugins/index.html /templates/atomic/* +/templates/beez3/* /templates/beez_20/* /templates/beez5/* +/templates/protostar/* /templates/system/* /templates/index.html /tmp/* diff --git a/Jython.gitignore b/Jython.gitignore deleted file mode 100644 index e7de4f1a..00000000 --- a/Jython.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.pyc -*.class diff --git a/KiCAD.gitignore b/KiCAD.gitignore new file mode 100644 index 00000000..3dd696ea --- /dev/null +++ b/KiCAD.gitignore @@ -0,0 +1,11 @@ +# For PCBs designed using KiCAD: http://www.kicad-pcb.org/ + +# Temporary files +*.000 +*.bak + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +.dsn diff --git a/Laravel.gitignore b/Laravel.gitignore index ac3492e2..36d7adeb 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -1,3 +1,4 @@ /bootstrap/compiled.php .env.*.php .env.php +.env diff --git a/Lua.gitignore b/Lua.gitignore new file mode 100644 index 00000000..6fd0a376 --- /dev/null +++ b/Lua.gitignore @@ -0,0 +1,41 @@ +# Compiled Lua sources +luac.out + +# luarocks build files +*.src.rock +*.zip +*.tar.gz + +# Object files +*.o +*.os +*.ko +*.obj +*.elf + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo +*.def +*.exp + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + diff --git a/Magento.gitignore b/Magento.gitignore index ad84efe3..e2ea0133 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -1,4 +1,6 @@ +.htaccess.sample .modgit/ +.modman/ app/code/community/Phoenix/ app/code/community/Cm/ app/code/core/ @@ -20,6 +22,7 @@ app/etc/modules/Mage_Bundle.xml app/etc/modules/Mage_Captcha.xml app/etc/modules/Mage_Centinel.xml app/etc/modules/Mage_Compiler.xml +app/etc/modules/Mage_ConfigurableSwatches.xml app/etc/modules/Mage_Connect.xml app/etc/modules/Mage_CurrencySymbol.xml app/etc/modules/Mage_Downloadable.xml @@ -42,14 +45,14 @@ app/etc/local.xml app/.htaccess app/locale/ app/Mage.php -cron.php +/cron.php cron.sh downloader/ errors/ favicon.ico -get.php +/get.php includes/ -index.php +/index.php index.php.sample /install.php js/blank.html @@ -75,6 +78,7 @@ lib/.htaccess lib/LinLibertineFont/ lib/Mage/ lib/PEAR/ +lib/Pelago/ lib/phpseclib/ lib/Varien/ lib/Zend/ @@ -85,7 +89,7 @@ LICENSE_AFL.txt LICENSE.html LICENSE.txt LICENSE_EE* -mage +/mage media/customer/ media/dhl/ media/downloadable/ @@ -93,7 +97,8 @@ media/.htaccess media/import/ media/xmlconnect/ media/catalog/product/cache/ -api.php +media/catalog/product/placeholder/default/ +/api.php nbproject/ pear pear/ @@ -104,6 +109,7 @@ shell/abstract.php shell/compiler.php shell/indexer.php shell/log.php +sitemap.xml skin/adminhtml/default/default/ skin/adminhtml/default/enterprise skin/frontend/base/ diff --git a/Maven.gitignore b/Maven.gitignore index 088836b5..44c0caae 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -1,6 +1,10 @@ target/ +**/target/ pom.xml.tag pom.xml.releaseBackup pom.xml.versionsBackup pom.xml.next release.properties +dependency-reduced-pom.xml +buildNumber.properties +.mvn/timing.properties diff --git a/Mercury.gitignore b/Mercury.gitignore index d1f9192f..70ec8693 100644 --- a/Mercury.gitignore +++ b/Mercury.gitignore @@ -1,4 +1,5 @@ Mercury/ +Mercury.modules *.mh *.err *.init diff --git a/Meteor.gitignore b/Meteor.gitignore deleted file mode 100644 index 0167b87c..00000000 --- a/Meteor.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -.meteor/local -.meteor/meteorite diff --git a/nanoc.gitignore b/Nanoc.gitignore index abc21828..abc21828 100644 --- a/nanoc.gitignore +++ b/Nanoc.gitignore diff --git a/Nim.gitignore b/Nim.gitignore new file mode 100644 index 00000000..67d9b34c --- /dev/null +++ b/Nim.gitignore @@ -0,0 +1 @@ +nimcache/ diff --git a/Node.gitignore b/Node.gitignore index d1d5c6dd..f7f6a08c 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -23,5 +23,5 @@ coverage build/Release # Dependency directory -# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- +# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git node_modules diff --git a/OCaml.gitignore b/OCaml.gitignore index fea4c452..f7817ae5 100644 --- a/OCaml.gitignore +++ b/OCaml.gitignore @@ -7,3 +7,14 @@ *.cmx *.cmxs *.cmxa + +# ocamlbuild working directory +_build/ + +# ocamlbuild targets +*.byte +*.native + +# oasis generated files +setup.data +setup.log diff --git a/Objective-C.gitignore b/Objective-C.gitignore index a3cd143a..7f24b4de 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,6 +1,12 @@ # Xcode # +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + +## Build generated build/ +DerivedData + +## Various settings *.pbxuser !default.pbxuser *.mode1v3 @@ -10,17 +16,27 @@ build/ *.perspectivev3 !default.perspectivev3 xcuserdata + +## Other *.xccheckout *.moved-aside -DerivedData +*.xcuserstate + +## Obj-C/Swift specific *.hmap *.ipa -*.xcuserstate # CocoaPods # # 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 +# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # -# Pods/ +#Pods/ + +# Carthage +# +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts + +Carthage/Build diff --git a/Perl.gitignore b/Perl.gitignore index eaca02ed..ae2ad536 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -17,3 +17,4 @@ nytprof.out /pm_to_blib *.o *.bs +/_eumm/ diff --git a/Prestashop.gitignore b/Prestashop.gitignore index 890c4e60..1c8462b0 100644 --- a/Prestashop.gitignore +++ b/Prestashop.gitignore @@ -1,29 +1,25 @@ -# Directories content -cache/class_index.php -cache/smarty/cache/* -!cache/smarty/cache/index.php -cache/smarty/compile/* -!cache/smarty/compile/index.php -cache/tcpdf/* -!cache/tcpdf/index.php +# Private files +# The following files contain your database credentials and other personal data. -config/xml/*.xml -config/settings.inc.php - -log/*.log +config/settings.*.php -img/* -!img/index.php -!img/*/index.php +# Cache, temp and generated files +# The following files are generated by PrestaShop. -tools/smarty*/cache/*.php -!tools/smarty*/cache/index.php -tools/smarty*/compile/*.php -!tools/smarty*/compile/index.php +admin-dev/autoupgrade/ +cache/ +config/xml/*.xml +log/ +*sitemap.xml +themes/*/cache/ +modules/*/config*.xml -themes/default/cache/*.js -themes/default/cache/*.css +# Site content +# The following folders contain product images, virtual products, CSV's, etc. -# Ignore files on root directory -robots.txt -sitemap.xml +admin-dev/backups/ +admin-dev/export/ +admin-dev/import/ +download/ +img/ +upload/ diff --git a/Python.gitignore b/Python.gitignore index db4561ea..a65d0466 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1,6 +1,7 @@ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] +*$py.class # C extensions *.so @@ -13,6 +14,7 @@ develop-eggs/ dist/ downloads/ eggs/ +.eggs/ lib/ lib64/ parts/ @@ -36,9 +38,11 @@ pip-delete-this-directory.txt htmlcov/ .tox/ .coverage +.coverage.* .cache nosetests.xml coverage.xml +*,cover # Translations *.mo diff --git a/Qt.gitignore b/Qt.gitignore index 965f90d4..85a6baac 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -16,6 +16,8 @@ /.qmake.stash *.pro.user *.pro.user.* +*.qbs.user +*.qbs.user.* *.moc moc_*.cpp qrc_*.cpp diff --git a/R.gitignore b/R.gitignore index ad2be957..b9003860 100644 --- a/R.gitignore +++ b/R.gitignore @@ -1,8 +1,13 @@ # History files .Rhistory +.Rapp.history # Example code in package build process *-Ex.R # RStudio files .Rproj.user/ + +# produced vignettes +vignettes/*.html +vignettes/*.pdf diff --git a/Rails.gitignore b/Rails.gitignore index 4fae5d0a..f786a90a 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -4,6 +4,7 @@ capybara-*.html /log /tmp /db/*.sqlite3 +/db/*.sqlite3-journal /public/system /coverage/ /spec/tmp @@ -29,3 +30,6 @@ config/secrets.yml /vendor/assets/bower_components *.bowerrc bower.json + +# Ignore pow environment settings +.powenv diff --git a/Ruby.gitignore b/Ruby.gitignore index f2c13607..28f48498 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -22,6 +22,7 @@ build/ ## Environment normalisation: /.bundle/ +/vendor/bundle /lib/bundler/man/ # for a library or gem, you might want to ignore these files since the code is diff --git a/stella.gitignore b/Stella.gitignore index 402a5438..402a5438 100644 --- a/stella.gitignore +++ b/Stella.gitignore diff --git a/Swift.gitignore b/Swift.gitignore index a3cd143a..583de456 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -1,6 +1,12 @@ # Xcode # +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + +## Build generated build/ +DerivedData + +## Various settings *.pbxuser !default.pbxuser *.mode1v3 @@ -10,12 +16,15 @@ build/ *.perspectivev3 !default.perspectivev3 xcuserdata + +## Other *.xccheckout *.moved-aside -DerivedData +*.xcuserstate + +## Obj-C/Swift specific *.hmap *.ipa -*.xcuserstate # CocoaPods # @@ -24,3 +33,10 @@ DerivedData # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control # # Pods/ + +# Carthage +# +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts + +Carthage/Build diff --git a/TeX.gitignore b/TeX.gitignore index 7ce1410b..2998177b 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -26,6 +26,7 @@ ## Build tool auxiliary files: *.fdb_latexmk +*.synctex *.synctex.gz *.synctex.gz(busy) *.pdfsync @@ -36,6 +37,9 @@ *.alg *.loa +# achemso +acs-*.bib + # amsthm *.thm @@ -66,9 +70,17 @@ *.glo *.gls +# gnuplottex +*-gnuplottex-* + # hyperref *.brf +# knitr +*-concordance.tex +*.tikz +*-tikzDictionary + # listings *.lol @@ -81,9 +93,11 @@ # minitoc *.maf *.mtc -*.mtc0 +*.mtc[0-9] +*.mtc[1-9][0-9] # minted +_minted* *.pyg # morewrites @@ -107,3 +121,7 @@ sympy-plots-for-*.tex/ # xindy *.xdy + +# WinEdt +*.bak +*.sav diff --git a/Unity.gitignore b/Unity.gitignore index 9d8e1156..9de94098 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,17 +1,21 @@ -[Ll]ibrary/ -[Tt]emp/ -[Oo]bj/ -[Bb]uild/ +/[Ll]ibrary/ +/[Tt]emp/ +/[Oo]bj/ +/[Bb]uild/ # Autogenerated VS/MD solution and project files -/*.csproj -/*.unityproj -/*.sln -/*.suo -/*.user -/*.userprefs -/*.pidb -/*.booproj +*.csproj +*.unityproj +*.sln +*.suo +*.tmp +*.user +*.userprefs +*.pidb +*.booproj -#Unity3D Generated File On Crash Reports +# Unity3D generated meta files +*.pidb.meta + +# Unity3D Generated File On Crash Reports sysinfo.txt diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 267c6ea7..385a36e0 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -7,8 +7,8 @@ *.userosscache *.sln.docstates -# User-specific folders -*.sln.ide/ +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs # Build results [Dd]ebug/ @@ -22,14 +22,14 @@ bld/ [Bb]in/ [Oo]bj/ -# Roslyn cache directories -*.ide/ +# Visual Studio 2015 cache/options directory +.vs/ # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* -#NUNIT +# NUNIT *.VisualState.xml TestResult.xml @@ -38,6 +38,10 @@ TestResult.xml [Rr]eleasePS/ dlldata.c +# DNX +project.lock.json +artifacts/ + *_i.c *_p.c *_i.h @@ -90,7 +94,7 @@ _ReSharper*/ *.[Rr]e[Ss]harper *.DotSettings.user -# JustCode is a .NET coding addin-in +# JustCode is a .NET coding add-in .JustCode # TeamCity is a build add-in @@ -140,7 +144,7 @@ publish/ **/packages/* # except build/, which is used as an MSBuild target. !**/packages/build/ -# If using the old MSBuild-Integrated Package Restore, uncomment this: +# Uncomment if necessary however generally it will be regenerated when needed #!**/packages/repositories.config # Windows Azure Build Output @@ -150,9 +154,13 @@ csx/ # Windows Store app package directory AppPackages/ +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + # Others -sql/ -*.Cache ClientBin/ [Ss]tyle[Cc]op.* ~$* @@ -162,7 +170,7 @@ ClientBin/ *.pfx *.publishsettings node_modules/ -bower_components/ +orleans.codegen.cs # RIA/Silverlight projects Generated_Code/ @@ -186,3 +194,12 @@ UpgradeLog*.htm # Microsoft Fakes FakesAssemblies/ + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt diff --git a/WordPress.gitignore b/WordPress.gitignore index 052e56ab..56032878 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -11,3 +11,8 @@ wp-content/cache/ wp-content/upgrade/ wp-content/uploads/ wp-content/wp-cache-config.php +wp-content/plugins/hello.php + +/readme.html +/license.txt + |