├── Agda.gitignore ├── Jekyll.gitignore ├── SketchUp.gitignore ├── Fortran.gitignore ├── Global ├── SVN.gitignore ├── Espresso.gitignore ├── Redcar.gitignore ├── Vagrant.gitignore ├── KDevelop4.gitignore ├── Ninja.gitignore ├── DartEditor.gitignore ├── Mercurial.gitignore ├── Kate.gitignore ├── NotepadPP.gitignore ├── TextMate.gitignore ├── EiffelStudio.gitignore ├── FlexBuilder.gitignore ├── CVS.gitignore ├── Ensime.gitignore ├── IPythonNotebook.gitignore ├── Cloud9.gitignore ├── Linux.gitignore ├── Dreamweaver.gitignore ├── BricxCC.gitignore ├── vim.gitignore ├── NetBeans.gitignore ├── MonoDevelop.gitignore ├── VirtualEnv.gitignore ├── Lazarus.gitignore ├── SBT.gitignore ├── Tags.gitignore ├── Windows.gitignore ├── Xcode.gitignore ├── SublimeText.gitignore ├── README.md ├── OSX.gitignore ├── SlickEdit.gitignore ├── ModelSim.gitignore ├── Archives.gitignore ├── Emacs.gitignore ├── Matlab.gitignore ├── Eclipse.gitignore ├── webMethods.gitignore ├── JetBrains.gitignore ├── XilinxISE.gitignore └── Quartus2.gitignore ├── Idris.gitignore ├── Sass.gitignore ├── Clojure.gitignore ├── Fancy.gitignore ├── Jython.gitignore ├── Coq.gitignore ├── Lithium.gitignore ├── CommonLisp.gitignore ├── Meteor.gitignore ├── Phalcon.gitignore ├── DM.gitignore ├── Kohana.gitignore ├── Elixir.gitignore ├── FuelPHP.gitignore ├── Concrete5.gitignore ├── Elisp.gitignore ├── Laravel4.gitignore ├── Lilypond.gitignore ├── Ada.gitignore ├── AppceleratorTitanium.gitignore ├── Erlang.gitignore ├── Packer.gitignore ├── Yeoman.gitignore ├── gcov.gitignore ├── ForceDotCom.gitignore ├── Gradle.gitignore ├── Qooxdoo.gitignore ├── VVVV.gitignore ├── Sdcc.gitignore ├── CMake.gitignore ├── SCons.gitignore ├── Waf.gitignore ├── EPiServer.gitignore ├── OCaml.gitignore ├── ArchLinuxPackages.gitignore ├── Maven.gitignore ├── SymphonyCMS.gitignore ├── ChefCookbook.gitignore ├── RhodesRhomobile.gitignore ├── CodeIgniter.gitignore ├── OracleForms.gitignore ├── Mercury.gitignore ├── Tasm.gitignore ├── Yii.gitignore ├── CakePHP.gitignore ├── R.gitignore ├── Rust.gitignore ├── Processing.gitignore ├── Opa.gitignore ├── Haskell.gitignore ├── Scrivener.gitignore ├── OpenCart.gitignore ├── ExtJS-MVC.gitignore ├── Leiningen.gitignore ├── LabVIEW.gitignore ├── Plone.gitignore ├── Textpattern.gitignore ├── nanoc.gitignore ├── Finale.gitignore ├── Java.gitignore ├── Autotools.gitignore ├── PlayFramework.gitignore ├── CFWheels.gitignore ├── Scala.gitignore ├── stella.gitignore ├── Composer.gitignore ├── Perl.gitignore ├── Unity.gitignore ├── ZendFramework.gitignore ├── Dart.gitignore ├── C.gitignore ├── TurboGears2.gitignore ├── WordPress.gitignore ├── C++.gitignore ├── Actionscript.gitignore ├── Go.gitignore ├── Bancha.gitignore ├── Symfony.gitignore ├── Android.gitignore ├── Qt.gitignore ├── ExpressionEngine.gitignore ├── Symfony2.gitignore ├── LemonStand.gitignore ├── MetaProgrammingSystem.gitignore ├── Zephir.gitignore ├── GWT.gitignore ├── Grails.gitignore ├── Eagle.gitignore ├── Jboss.gitignore ├── Umbraco.gitignore ├── Swift.gitignore ├── Objective-C.gitignore ├── Rails.gitignore ├── Prestashop.gitignore ├── Node.gitignore ├── ROS.gitignore ├── Typo3.gitignore ├── Ruby.gitignore ├── Drupal.gitignore ├── SugarCRM.gitignore ├── Python.gitignore ├── SeamGen.gitignore ├── LICENSE ├── Target3001.gitignore ├── TeX.gitignore ├── Delphi.gitignore ├── CONTRIBUTING.md ├── Magento.gitignore ├── VisualStudio.gitignore ├── README.md └── Joomla.gitignore /Agda.gitignore: -------------------------------------------------------------------------------- 1 | *.agdai 2 | -------------------------------------------------------------------------------- /Jekyll.gitignore: -------------------------------------------------------------------------------- 1 | _site/ 2 | -------------------------------------------------------------------------------- /SketchUp.gitignore: -------------------------------------------------------------------------------- 1 | *.skb 2 | -------------------------------------------------------------------------------- /Fortran.gitignore: -------------------------------------------------------------------------------- 1 | C++.gitignore -------------------------------------------------------------------------------- /Global/SVN.gitignore: -------------------------------------------------------------------------------- 1 | .svn/ 2 | -------------------------------------------------------------------------------- /Idris.gitignore: -------------------------------------------------------------------------------- 1 | *.ibc 2 | *.o 3 | -------------------------------------------------------------------------------- /Sass.gitignore: -------------------------------------------------------------------------------- 1 | .sass-cache 2 | -------------------------------------------------------------------------------- /Clojure.gitignore: -------------------------------------------------------------------------------- 1 | Leiningen.gitignore -------------------------------------------------------------------------------- /Fancy.gitignore: -------------------------------------------------------------------------------- 1 | *.rbc 2 | *.fyc 3 | -------------------------------------------------------------------------------- /Global/Espresso.gitignore: -------------------------------------------------------------------------------- 1 | *.esproj 2 | -------------------------------------------------------------------------------- /Global/Redcar.gitignore: -------------------------------------------------------------------------------- 1 | .redcar 2 | -------------------------------------------------------------------------------- /Global/Vagrant.gitignore: -------------------------------------------------------------------------------- 1 | .vagrant/ 2 | -------------------------------------------------------------------------------- /Jython.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | *.class 3 | -------------------------------------------------------------------------------- /Coq.gitignore: -------------------------------------------------------------------------------- 1 | *.vo 2 | *.glob 3 | *.v.d 4 | -------------------------------------------------------------------------------- /Global/KDevelop4.gitignore: -------------------------------------------------------------------------------- 1 | *.kdev4 2 | .kdev4/ 3 | -------------------------------------------------------------------------------- /Global/Ninja.gitignore: -------------------------------------------------------------------------------- 1 | .ninja_deps 2 | .ninja_log 3 | -------------------------------------------------------------------------------- /Lithium.gitignore: -------------------------------------------------------------------------------- 1 | libraries/* 2 | resources/tmp/* 3 | -------------------------------------------------------------------------------- /CommonLisp.gitignore: -------------------------------------------------------------------------------- 1 | *.FASL 2 | *.fasl 3 | *.lisp-temp 4 | -------------------------------------------------------------------------------- /Global/DartEditor.gitignore: -------------------------------------------------------------------------------- 1 | .project 2 | .buildlog 3 | -------------------------------------------------------------------------------- /Meteor.gitignore: -------------------------------------------------------------------------------- 1 | .meteor/local 2 | .meteor/meteorite 3 | -------------------------------------------------------------------------------- /Phalcon.gitignore: -------------------------------------------------------------------------------- 1 | /cache/ 2 | /config/development/ 3 | -------------------------------------------------------------------------------- /DM.gitignore: -------------------------------------------------------------------------------- 1 | *.dmb 2 | *.rsc 3 | *.int 4 | *.lk 5 | *.zip 6 | -------------------------------------------------------------------------------- /Global/Mercurial.gitignore: -------------------------------------------------------------------------------- 1 | /.hg/* 2 | */.hg/* 3 | .hgignore 4 | -------------------------------------------------------------------------------- /Kohana.gitignore: -------------------------------------------------------------------------------- 1 | application/cache/* 2 | application/logs/* 3 | -------------------------------------------------------------------------------- /Elixir.gitignore: -------------------------------------------------------------------------------- 1 | /_build 2 | /deps 3 | erl_crash.dump 4 | *.ez 5 | -------------------------------------------------------------------------------- /FuelPHP.gitignore: -------------------------------------------------------------------------------- 1 | fuel/app/logs/*/*/* 2 | fuel/app/cache/*/* 3 | -------------------------------------------------------------------------------- /Global/Kate.gitignore: -------------------------------------------------------------------------------- 1 | # Swap Files # 2 | .*.kate-swp 3 | .swp.* 4 | -------------------------------------------------------------------------------- /Global/NotepadPP.gitignore: -------------------------------------------------------------------------------- 1 | # Notepad++ backups # 2 | *.bak 3 | -------------------------------------------------------------------------------- /Global/TextMate.gitignore: -------------------------------------------------------------------------------- 1 | *.tmproj 2 | *.tmproject 3 | tmtags 4 | -------------------------------------------------------------------------------- /Concrete5.gitignore: -------------------------------------------------------------------------------- 1 | config/site.php 2 | files/cache/* 3 | files/tmp/* 4 | -------------------------------------------------------------------------------- /Elisp.gitignore: -------------------------------------------------------------------------------- 1 | # Compiled 2 | *.elc 3 | 4 | # Packaging 5 | .cask 6 | -------------------------------------------------------------------------------- /Global/EiffelStudio.gitignore: -------------------------------------------------------------------------------- 1 | # The compilation directoy 2 | EIFGENs 3 | -------------------------------------------------------------------------------- /Global/FlexBuilder.gitignore: -------------------------------------------------------------------------------- 1 | bin/ 2 | bin-debug/ 3 | bin-release/ 4 | -------------------------------------------------------------------------------- /Global/CVS.gitignore: -------------------------------------------------------------------------------- 1 | /CVS/* 2 | */CVS/* 3 | .cvsignore 4 | */.cvsignore 5 | -------------------------------------------------------------------------------- /Global/Ensime.gitignore: -------------------------------------------------------------------------------- 1 | # Ensime specific 2 | .ensime 3 | .ensime_lucene/ 4 | -------------------------------------------------------------------------------- /Global/IPythonNotebook.gitignore: -------------------------------------------------------------------------------- 1 | # Temporary data 2 | .ipynb_checkpoints/ 3 | -------------------------------------------------------------------------------- /Laravel4.gitignore: -------------------------------------------------------------------------------- 1 | /bootstrap/compiled.php 2 | .env.*.php 3 | .env.php 4 | -------------------------------------------------------------------------------- /Lilypond.gitignore: -------------------------------------------------------------------------------- 1 | *.pdf 2 | *.ps 3 | *.midi 4 | *.mid 5 | *.log 6 | *~ 7 | -------------------------------------------------------------------------------- /Global/Cloud9.gitignore: -------------------------------------------------------------------------------- 1 | # Cloud9 IDE - http://c9.io 2 | .c9revisions 3 | .c9 4 | -------------------------------------------------------------------------------- /Global/Linux.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | 3 | # KDE directory preferences 4 | .directory 5 | -------------------------------------------------------------------------------- /Ada.gitignore: -------------------------------------------------------------------------------- 1 | # Object file 2 | *.o 3 | 4 | # Ada Library Information 5 | *.ali 6 | -------------------------------------------------------------------------------- /AppceleratorTitanium.gitignore: -------------------------------------------------------------------------------- 1 | # Build folder and log file 2 | build/ 3 | build.log 4 | -------------------------------------------------------------------------------- /Erlang.gitignore: -------------------------------------------------------------------------------- 1 | .eunit 2 | deps 3 | *.o 4 | *.beam 5 | *.plt 6 | erl_crash.dump 7 | -------------------------------------------------------------------------------- /Global/Dreamweaver.gitignore: -------------------------------------------------------------------------------- 1 | # DW Dreamweaver added files 2 | _notes 3 | dwsync.xml 4 | -------------------------------------------------------------------------------- /Packer.gitignore: -------------------------------------------------------------------------------- 1 | # Cache objects 2 | packer_cache/ 3 | 4 | # For built boxes 5 | *.box 6 | -------------------------------------------------------------------------------- /Yeoman.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | bower_components/ 3 | *.log 4 | 5 | build/ 6 | dist/ 7 | -------------------------------------------------------------------------------- /gcov.gitignore: -------------------------------------------------------------------------------- 1 | # gcc coverage testing tool files 2 | 3 | *.gcno 4 | *.gcda 5 | *.gcov 6 | -------------------------------------------------------------------------------- /ForceDotCom.gitignore: -------------------------------------------------------------------------------- 1 | .project 2 | .settings 3 | salesforce.schema 4 | Referenced Packages 5 | -------------------------------------------------------------------------------- /Gradle.gitignore: -------------------------------------------------------------------------------- 1 | .gradle 2 | build/ 3 | 4 | # Ignore Gradle GUI config 5 | gradle-app.setting 6 | -------------------------------------------------------------------------------- /Qooxdoo.gitignore: -------------------------------------------------------------------------------- 1 | cache 2 | cache-downloads 3 | inspector 4 | api 5 | source/inspector.html 6 | -------------------------------------------------------------------------------- /VVVV.gitignore: -------------------------------------------------------------------------------- 1 | 2 | # .v4p backup files 3 | *~.xml 4 | 5 | # Dynamic plugins .dll 6 | bin/ 7 | -------------------------------------------------------------------------------- /Sdcc.gitignore: -------------------------------------------------------------------------------- 1 | # SDCC stuff 2 | *.lnk 3 | *.lst 4 | *.map 5 | *.mem 6 | *.rel 7 | *.rst 8 | *.sym 9 | -------------------------------------------------------------------------------- /CMake.gitignore: -------------------------------------------------------------------------------- 1 | CMakeCache.txt 2 | CMakeFiles 3 | Makefile 4 | cmake_install.cmake 5 | install_manifest.txt 6 | -------------------------------------------------------------------------------- /Global/BricxCC.gitignore: -------------------------------------------------------------------------------- 1 | # Bricx Command Center IDE 2 | # http://bricxcc.sourceforge.net 3 | *.bak 4 | *.sym 5 | -------------------------------------------------------------------------------- /Global/vim.gitignore: -------------------------------------------------------------------------------- 1 | [._]*.s[a-w][a-z] 2 | [._]s[a-w][a-z] 3 | *.un~ 4 | Session.vim 5 | .netrwhist 6 | *~ 7 | -------------------------------------------------------------------------------- /SCons.gitignore: -------------------------------------------------------------------------------- 1 | # for projects that use SCons for building: http://http://www.scons.org/ 2 | .sconsign.dblite 3 | -------------------------------------------------------------------------------- /Waf.gitignore: -------------------------------------------------------------------------------- 1 | # for projects that use Waf for building: http://code.google.com/p/waf/ 2 | .waf-* 3 | .lock-* 4 | -------------------------------------------------------------------------------- /EPiServer.gitignore: -------------------------------------------------------------------------------- 1 | ###################### 2 | ## EPiServer Files 3 | ###################### 4 | *License.config 5 | -------------------------------------------------------------------------------- /OCaml.gitignore: -------------------------------------------------------------------------------- 1 | *.annot 2 | *.cmo 3 | *.cma 4 | *.cmi 5 | *.a 6 | *.o 7 | *.cmx 8 | *.cmxs 9 | *.cmxa 10 | -------------------------------------------------------------------------------- /ArchLinuxPackages.gitignore: -------------------------------------------------------------------------------- 1 | *.tar 2 | *.tar.* 3 | *.zip 4 | *.tgz 5 | *.log 6 | *.log.* 7 | *.sig 8 | pkg/ 9 | src/ 10 | -------------------------------------------------------------------------------- /Global/NetBeans.gitignore: -------------------------------------------------------------------------------- 1 | nbproject/private/ 2 | build/ 3 | nbbuild/ 4 | dist/ 5 | nbdist/ 6 | nbactions.xml 7 | nb-configuration.xml 8 | -------------------------------------------------------------------------------- /Maven.gitignore: -------------------------------------------------------------------------------- 1 | target/ 2 | pom.xml.tag 3 | pom.xml.releaseBackup 4 | pom.xml.versionsBackup 5 | pom.xml.next 6 | release.properties 7 | -------------------------------------------------------------------------------- /SymphonyCMS.gitignore: -------------------------------------------------------------------------------- 1 | manifest/cache/ 2 | manifest/logs/ 3 | manifest/tmp/ 4 | symphony/ 5 | workspace/uploads/ 6 | install-log.txt 7 | -------------------------------------------------------------------------------- /ChefCookbook.gitignore: -------------------------------------------------------------------------------- 1 | .vagrant 2 | /cookbooks 3 | 4 | # Bundler 5 | bin/* 6 | .bundle/* 7 | 8 | .kitchen/ 9 | .kitchen.local.yml 10 | -------------------------------------------------------------------------------- /RhodesRhomobile.gitignore: -------------------------------------------------------------------------------- 1 | rholog-* 2 | sim-* 3 | bin/libs 4 | bin/RhoBundle 5 | bin/tmp 6 | bin/target 7 | bin/*.ap_ 8 | *.o 9 | *.jar 10 | -------------------------------------------------------------------------------- /CodeIgniter.gitignore: -------------------------------------------------------------------------------- 1 | */config/development 2 | */logs/log-*.php 3 | */logs/!index.html 4 | */cache/* 5 | */cache/!index.html 6 | */cache/!.htaccess 7 | -------------------------------------------------------------------------------- /Global/MonoDevelop.gitignore: -------------------------------------------------------------------------------- 1 | #User Specific 2 | *.userprefs 3 | *.usertasks 4 | 5 | #Mono Project Files 6 | *.pidb 7 | *.resources 8 | test-results/ 9 | -------------------------------------------------------------------------------- /OracleForms.gitignore: -------------------------------------------------------------------------------- 1 | # Compiled Form Modules 2 | *.fmx 3 | 4 | # Compiled Menu Modules 5 | *.mmx 6 | 7 | # Compiled Pre-Linked Libraries 8 | *.plx 9 | -------------------------------------------------------------------------------- /Mercury.gitignore: -------------------------------------------------------------------------------- 1 | Mercury/ 2 | *.mh 3 | *.err 4 | *.init 5 | *.dll 6 | *.exe 7 | *.a 8 | *.so 9 | *.dylib 10 | *.beams 11 | *.d 12 | *.c_date 13 | -------------------------------------------------------------------------------- /Tasm.gitignore: -------------------------------------------------------------------------------- 1 | # Object Files 2 | *.OBJ 3 | 4 | # List Files 5 | *.LST 6 | 7 | # Map files 8 | *.MAP 9 | 10 | # Executable files 11 | *.EXE 12 | -------------------------------------------------------------------------------- /Yii.gitignore: -------------------------------------------------------------------------------- 1 | assets/* 2 | !assets/.gitignore 3 | protected/runtime/* 4 | !protected/runtime/.gitignore 5 | protected/data/*.db 6 | themes/classic/views/ 7 | -------------------------------------------------------------------------------- /CakePHP.gitignore: -------------------------------------------------------------------------------- 1 | tmp/* 2 | [Cc]onfig/core.php 3 | [Cc]onfig/database.php 4 | app/tmp/* 5 | app/[Cc]onfig/core.php 6 | app/[Cc]onfig/database.php 7 | !empty 8 | -------------------------------------------------------------------------------- /R.gitignore: -------------------------------------------------------------------------------- 1 | # History files 2 | .Rhistory 3 | 4 | # Example code in package build process 5 | *-Ex.R 6 | 7 | # R data files from past sessions 8 | .Rdata 9 | -------------------------------------------------------------------------------- /Rust.gitignore: -------------------------------------------------------------------------------- 1 | # Compiled files 2 | *.o 3 | *.so 4 | *.rlib 5 | *.dll 6 | 7 | # Executables 8 | *.exe 9 | 10 | # Generated by Cargo 11 | /target/ 12 | -------------------------------------------------------------------------------- /Global/VirtualEnv.gitignore: -------------------------------------------------------------------------------- 1 | # Virtualenv 2 | # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ 3 | .Python 4 | [Bb]in 5 | [Ii]nclude 6 | [Ll]ib 7 | [Ss]cripts 8 | -------------------------------------------------------------------------------- /Processing.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | applet 3 | application.linux32 4 | application.linux64 5 | application.windows32 6 | application.windows64 7 | application.macosx 8 | -------------------------------------------------------------------------------- /Opa.gitignore: -------------------------------------------------------------------------------- 1 | _build 2 | _tracks 3 | 4 | opa-debug-js 5 | 6 | *.opp 7 | *.opx 8 | *.opx.broken 9 | *.dump 10 | *.api 11 | *.api-txt 12 | *.exe 13 | *.log 14 | -------------------------------------------------------------------------------- /Haskell.gitignore: -------------------------------------------------------------------------------- 1 | dist 2 | cabal-dev 3 | *.o 4 | *.hi 5 | *.chi 6 | *.chs.h 7 | .virtualenv 8 | .hsenv 9 | .cabal-sandbox/ 10 | cabal.sandbox.config 11 | cabal.config 12 | -------------------------------------------------------------------------------- /Scrivener.gitignore: -------------------------------------------------------------------------------- 1 | /Files/binder.autosave 2 | /Files/binder.backup 3 | /Files/search.indexes 4 | /Files/user.lock 5 | /Files/Docs/docs.checksum 6 | /QuickLook/ 7 | /Settings/ui.plist 8 | -------------------------------------------------------------------------------- /OpenCart.gitignore: -------------------------------------------------------------------------------- 1 | .htaccess 2 | /config.php 3 | admin/config.php 4 | 5 | !index.html 6 | 7 | download/ 8 | image/data/ 9 | image/cache/ 10 | system/cache/ 11 | system/logs/ 12 | -------------------------------------------------------------------------------- /ExtJS-MVC.gitignore: -------------------------------------------------------------------------------- 1 | # build directory for Sencha (ExtJS) projects 2 | build/ 3 | 4 | # bootstrap files are regenerated by Sencha CMD on every build or refresh 5 | bootstrap.js 6 | bootstrap.css 7 | -------------------------------------------------------------------------------- /Leiningen.gitignore: -------------------------------------------------------------------------------- 1 | pom.xml 2 | pom.xml.asc 3 | *jar 4 | /lib/ 5 | /classes/ 6 | /target/ 7 | /checkouts/ 8 | .lein-deps-sum 9 | .lein-repl-history 10 | .lein-plugins/ 11 | .lein-failures 12 | -------------------------------------------------------------------------------- /Global/Lazarus.gitignore: -------------------------------------------------------------------------------- 1 | #ignore backup files 2 | backup/ 3 | 4 | #ignore files generated by the compiler 5 | lib/ 6 | *.compiled 7 | *.o 8 | *.or 9 | *.ppu 10 | 11 | #exclude executable output in windows 12 | *.exe 13 | -------------------------------------------------------------------------------- /LabVIEW.gitignore: -------------------------------------------------------------------------------- 1 | # Libraries 2 | *.lvlibp 3 | *.llb 4 | 5 | # Shared objects (inc. Windows DLLs) 6 | *.dll 7 | *.so 8 | *.so.* 9 | *.dylib 10 | 11 | # Executables 12 | *.exe 13 | 14 | # Metadata 15 | *.aliases 16 | *.lvlps 17 | -------------------------------------------------------------------------------- /Plone.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | *.pyo 3 | *.tmp* 4 | *.mo 5 | *.egg 6 | *.EGG 7 | *.egg-info 8 | *.EGG-INFO 9 | .*.cfg 10 | bin/ 11 | build/ 12 | develop-eggs/ 13 | downloads/ 14 | eggs/ 15 | fake-eggs/ 16 | parts/ 17 | dist/ 18 | var/ 19 | -------------------------------------------------------------------------------- /Global/SBT.gitignore: -------------------------------------------------------------------------------- 1 | # Simple Build Tool 2 | # http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control 3 | 4 | target/ 5 | lib_managed/ 6 | src_managed/ 7 | project/boot/ 8 | .history 9 | .cache 10 | -------------------------------------------------------------------------------- /Textpattern.gitignore: -------------------------------------------------------------------------------- 1 | .htaccess 2 | css.php 3 | rpc/ 4 | sites/site*/admin/ 5 | sites/site*/private/ 6 | sites/site*/public/admin/ 7 | sites/site*/public/setup/ 8 | sites/site*/public/theme/ 9 | textpattern/ 10 | HISTORY.txt 11 | README.txt 12 | -------------------------------------------------------------------------------- /nanoc.gitignore: -------------------------------------------------------------------------------- 1 | # For projects using nanoc (http://nanoc.ws/) 2 | 3 | # Default location for output, needs to match output_dir's value found in config.yaml 4 | output/ 5 | 6 | # Temporary file directory 7 | tmp/ 8 | 9 | # Crash Log 10 | crash.log 11 | -------------------------------------------------------------------------------- /Finale.gitignore: -------------------------------------------------------------------------------- 1 | *.bak 2 | *.db 3 | *.avi 4 | *.pdf 5 | *.ps 6 | *.mid 7 | *.midi 8 | *.mp3 9 | *.aif 10 | *.wav 11 | # Some versions of Finale have a bug and randomly save extra copies of 12 | # the music source as " copy.mus" 13 | *copy.mus 14 | -------------------------------------------------------------------------------- /Java.gitignore: -------------------------------------------------------------------------------- 1 | *.class 2 | 3 | # Mobile Tools for Java (J2ME) 4 | .mtj.tmp/ 5 | 6 | # Package Files # 7 | *.jar 8 | *.war 9 | *.ear 10 | 11 | # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml 12 | hs_err_pid* 13 | -------------------------------------------------------------------------------- /Autotools.gitignore: -------------------------------------------------------------------------------- 1 | # http://www.gnu.org/software/automake 2 | 3 | Makefile.in 4 | 5 | # http://www.gnu.org/software/autoconf 6 | 7 | /autom4te.cache 8 | /aclocal.m4 9 | /compile 10 | /configure 11 | /depcomp 12 | /install-sh 13 | /missing 14 | /stamp-h1 15 | -------------------------------------------------------------------------------- /Global/Tags.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore tags created by etags, ctags, gtags (GNU global) and cscope 2 | TAGS 3 | !TAGS/ 4 | tags 5 | !tags/ 6 | gtags.files 7 | GTAGS 8 | GRTAGS 9 | GPATH 10 | cscope.files 11 | cscope.out 12 | cscope.in.out 13 | cscope.po.out 14 | 15 | -------------------------------------------------------------------------------- /PlayFramework.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore Play! working directory # 2 | bin/ 3 | /db 4 | .eclipse 5 | /lib/ 6 | /logs/ 7 | /modules 8 | /project/project 9 | /project/target 10 | /target 11 | tmp/ 12 | test-result 13 | server.pid 14 | *.iml 15 | *.eml 16 | /dist/ 17 | .cache 18 | -------------------------------------------------------------------------------- /CFWheels.gitignore: -------------------------------------------------------------------------------- 1 | # unpacked plugin folders 2 | plugins/**/* 3 | 4 | # files directory where uploads go 5 | files 6 | 7 | # DBMigrate plugin: generated SQL 8 | db/sql 9 | 10 | # AssetBundler plugin: generated bundles 11 | javascripts/bundles 12 | stylesheets/bundles 13 | -------------------------------------------------------------------------------- /Global/Windows.gitignore: -------------------------------------------------------------------------------- 1 | # Windows image file caches 2 | Thumbs.db 3 | ehthumbs.db 4 | 5 | # Folder config file 6 | Desktop.ini 7 | 8 | # Recycle Bin used on file shares 9 | $RECYCLE.BIN/ 10 | 11 | # Windows Installer files 12 | *.cab 13 | *.msi 14 | *.msm 15 | *.msp 16 | -------------------------------------------------------------------------------- /Global/Xcode.gitignore: -------------------------------------------------------------------------------- 1 | build/ 2 | *.pbxuser 3 | !default.pbxuser 4 | *.mode1v3 5 | !default.mode1v3 6 | *.mode2v3 7 | !default.mode2v3 8 | *.perspectivev3 9 | !default.perspectivev3 10 | xcuserdata 11 | *.xccheckout 12 | *.moved-aside 13 | DerivedData 14 | *.xcuserstate 15 | -------------------------------------------------------------------------------- /Scala.gitignore: -------------------------------------------------------------------------------- 1 | *.class 2 | *.log 3 | 4 | # sbt specific 5 | .cache/ 6 | .history/ 7 | .lib/ 8 | dist/* 9 | target/ 10 | lib_managed/ 11 | src_managed/ 12 | project/boot/ 13 | project/plugins/project/ 14 | 15 | # Scala-IDE specific 16 | .scala_dependencies 17 | .worksheet 18 | -------------------------------------------------------------------------------- /stella.gitignore: -------------------------------------------------------------------------------- 1 | # Atari 2600 (Stella) support for multiple assemblers 2 | # - DASM 3 | # - CC65 4 | 5 | # Assembled binaries and object directories 6 | obj/ 7 | a.out 8 | *.bin 9 | *.a26 10 | 11 | # Add in special Atari 7800-based binaries for good measure 12 | *.a78 13 | -------------------------------------------------------------------------------- /Composer.gitignore: -------------------------------------------------------------------------------- 1 | composer.phar 2 | vendor/ 3 | 4 | # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file 5 | # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file 6 | # composer.lock 7 | -------------------------------------------------------------------------------- /Perl.gitignore: -------------------------------------------------------------------------------- 1 | /blib/ 2 | /.build/ 3 | _build/ 4 | cover_db/ 5 | inc/ 6 | Build 7 | !Build/ 8 | Build.bat 9 | .last_cover_stats 10 | /Makefile 11 | /Makefile.old 12 | /MANIFEST.bak 13 | /META.yml 14 | /META.json 15 | /MYMETA.* 16 | nytprof.out 17 | /pm_to_blib 18 | *.o 19 | *.bs 20 | -------------------------------------------------------------------------------- /Unity.gitignore: -------------------------------------------------------------------------------- 1 | [Ll]ibrary/ 2 | [Tt]emp/ 3 | [Oo]bj/ 4 | 5 | # Autogenerated VS/MD solution and project files 6 | /*.csproj 7 | /*.unityproj 8 | /*.sln 9 | /*.suo 10 | /*.user 11 | /*.userprefs 12 | /*.pidb 13 | /*.booproj 14 | 15 | #Unity3D Generated File On Crash Reports 16 | sysinfo.txt 17 | -------------------------------------------------------------------------------- /ZendFramework.gitignore: -------------------------------------------------------------------------------- 1 | # Composer files 2 | composer.phar 3 | vendor/ 4 | 5 | # Local configs 6 | config/autoload/*local.php 7 | 8 | # Binary gettext files 9 | *.po 10 | 11 | # Data 12 | log/ 13 | logs/ 14 | cache/ 15 | temp/ 16 | tmp/ 17 | 18 | # ZF1 19 | demos/ 20 | extras/documentation 21 | -------------------------------------------------------------------------------- /Dart.gitignore: -------------------------------------------------------------------------------- 1 | # Don’t commit the following directories created by pub. 2 | build/ 3 | packages/ 4 | 5 | # Or the files created by dart2js. 6 | *.dart.js 7 | *.dart.precompiled.js 8 | *.js_ 9 | *.js.deps 10 | *.js.map 11 | 12 | # Include when developing application packages. 13 | pubspec.lock 14 | -------------------------------------------------------------------------------- /C.gitignore: -------------------------------------------------------------------------------- 1 | # Object files 2 | *.o 3 | *.ko 4 | *.obj 5 | *.elf 6 | 7 | # Libraries 8 | *.lib 9 | *.a 10 | *.la 11 | *.lo 12 | 13 | # Shared objects (inc. Windows DLLs) 14 | *.dll 15 | *.so 16 | *.so.* 17 | *.dylib 18 | 19 | # Executables 20 | *.exe 21 | *.out 22 | *.app 23 | *.i*86 24 | *.x86_64 25 | *.hex 26 | -------------------------------------------------------------------------------- /TurboGears2.gitignore: -------------------------------------------------------------------------------- 1 | *.py[co] 2 | 3 | # Default development database 4 | devdata.db 5 | 6 | # Default data directory 7 | data/* 8 | 9 | # Packages 10 | *.egg 11 | *.egg-info 12 | dist 13 | build 14 | 15 | # Installer logs 16 | pip-log.txt 17 | 18 | # Unit test / coverage reports 19 | .coverage 20 | .tox 21 | -------------------------------------------------------------------------------- /WordPress.gitignore: -------------------------------------------------------------------------------- 1 | *.log 2 | .htaccess 3 | sitemap.xml 4 | sitemap.xml.gz 5 | wp-config.php 6 | wp-content/advanced-cache.php 7 | wp-content/backup-db/ 8 | wp-content/backups/ 9 | wp-content/blogs.dir/ 10 | wp-content/cache/ 11 | wp-content/upgrade/ 12 | wp-content/uploads/ 13 | wp-content/wp-cache-config.php 14 | -------------------------------------------------------------------------------- /Global/SublimeText.gitignore: -------------------------------------------------------------------------------- 1 | # workspace files are user-specific 2 | *.sublime-workspace 3 | 4 | # project files should be checked into the repository, unless a significant 5 | # proportion of contributors will probably not be using SublimeText 6 | # *.sublime-project 7 | 8 | #sftp configuration file 9 | sftp-config.json 10 | -------------------------------------------------------------------------------- /C++.gitignore: -------------------------------------------------------------------------------- 1 | # Compiled Object files 2 | *.slo 3 | *.lo 4 | *.o 5 | *.obj 6 | 7 | # Compiled Dynamic libraries 8 | *.so 9 | *.dylib 10 | *.dll 11 | 12 | # Fortran module files 13 | *.mod 14 | 15 | # Compiled Static libraries 16 | *.lai 17 | *.la 18 | *.a 19 | *.lib 20 | 21 | # Executables 22 | *.exe 23 | *.out 24 | *.app 25 | -------------------------------------------------------------------------------- /Global/README.md: -------------------------------------------------------------------------------- 1 | ## Globally Useful gitignores 2 | 3 | This directory contains globally useful gitignores, 4 | e.g. OS-specific and editor specific. 5 | 6 | For more on global gitignores: 7 | 8 | 9 | And a good blog post about 'em: 10 | 11 | -------------------------------------------------------------------------------- /Actionscript.gitignore: -------------------------------------------------------------------------------- 1 | # Build and Release Folders 2 | bin/ 3 | bin-debug/ 4 | bin-release/ 5 | 6 | # Other files and folders 7 | .settings/ 8 | 9 | # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` 10 | # should NOT be excluded as they contain compiler settings and other important 11 | # information for Eclipse / Flash Builder. 12 | -------------------------------------------------------------------------------- /Global/OSX.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | .AppleDouble 3 | .LSOverride 4 | 5 | # Icon must end with two \r 6 | Icon 7 | 8 | # Thumbnails 9 | ._* 10 | 11 | # Files that might appear on external disk 12 | .Spotlight-V100 13 | .Trashes 14 | 15 | # Directories potentially created on remote AFP share 16 | .AppleDB 17 | .AppleDesktop 18 | Network Trash Folder 19 | Temporary Items 20 | .apdisk 21 | -------------------------------------------------------------------------------- /Go.gitignore: -------------------------------------------------------------------------------- 1 | # Compiled Object files, Static and Dynamic libs (Shared Objects) 2 | *.o 3 | *.a 4 | *.so 5 | 6 | # Folders 7 | _obj 8 | _test 9 | 10 | # Architecture specific extensions/prefixes 11 | *.[568vq] 12 | [568vq].out 13 | 14 | *.cgo1.go 15 | *.cgo2.c 16 | _cgo_defun.c 17 | _cgo_gotypes.go 18 | _cgo_export.* 19 | 20 | _testmain.go 21 | 22 | *.exe 23 | *.test 24 | *.prof 25 | -------------------------------------------------------------------------------- /Bancha.gitignore: -------------------------------------------------------------------------------- 1 | #Logs 2 | application/logs/*.php 3 | 4 | # Content types 5 | /application/xml/types/*.xml 6 | 7 | # Custom builds and generated php files 8 | /core/documentation/build 9 | /core/views/admin/content/translations.php 10 | 11 | # Attachs and cache files # 12 | *.tmp 13 | /attach/cache/ 14 | /attach/ 15 | /application/cache/_bancha/*.css 16 | /application/cache/_bancha/*.js 17 | -------------------------------------------------------------------------------- /Global/SlickEdit.gitignore: -------------------------------------------------------------------------------- 1 | # SlickEdit workspace and project files are ignored by default because 2 | # typically they are considered to be developer-specific and not part of a 3 | # project. 4 | *.vpw 5 | *.vpj 6 | 7 | # SlickEdit workspace history and tag files always contain user-specific 8 | # data so they should not be stored in a repository. 9 | *.vpwhistu 10 | *.vpwhist 11 | *.vtg 12 | -------------------------------------------------------------------------------- /Global/ModelSim.gitignore: -------------------------------------------------------------------------------- 1 | # ignore ModelSim generated files and directories (temp files and so on) 2 | [_@]* 3 | 4 | # ignore compilation output of ModelSim 5 | *.mti 6 | *.dat 7 | *.dbs 8 | *.psm 9 | *.bak 10 | *.cmp 11 | *.jpg 12 | *.html 13 | *.bsf 14 | 15 | # ignore simulation output of ModelSim 16 | wlf* 17 | *.wlf 18 | *.vstf 19 | *.ucdb 20 | cov*/ 21 | transcript* 22 | sc_dpiheader.h 23 | vsim.dbg 24 | -------------------------------------------------------------------------------- /Symfony.gitignore: -------------------------------------------------------------------------------- 1 | cache/* 2 | log/* 3 | web/uploads/* 4 | config/databases.yml 5 | config/propel.ini 6 | data/sql/* 7 | lib/filter/doctrine/base/Base* 8 | lib/filter/doctrine/*Plugin/base/Base* 9 | lib/form/doctrine/base/Base* 10 | lib/form/doctrine/*Plugin/base/Base* 11 | lib/model/doctrine/base/Base* 12 | lib/model/doctrine/*Plugin/base/Base* 13 | lib/model/om/* 14 | lib/model/map/* 15 | web/*Plugin/* 16 | -------------------------------------------------------------------------------- /Android.gitignore: -------------------------------------------------------------------------------- 1 | # Built application files 2 | *.apk 3 | *.ap_ 4 | 5 | # Files for the Dalvik VM 6 | *.dex 7 | 8 | # Java class files 9 | *.class 10 | 11 | # Generated files 12 | bin/ 13 | gen/ 14 | 15 | # Gradle files 16 | .gradle/ 17 | build/ 18 | 19 | # Local configuration file (sdk path, etc) 20 | local.properties 21 | 22 | # Proguard folder generated by Eclipse 23 | proguard/ 24 | 25 | # Log Files 26 | *.log 27 | -------------------------------------------------------------------------------- /Qt.gitignore: -------------------------------------------------------------------------------- 1 | # C++ objects and libs 2 | 3 | *.slo 4 | *.lo 5 | *.o 6 | *.a 7 | *.la 8 | *.lai 9 | *.so 10 | *.dll 11 | *.dylib 12 | 13 | # Qt-es 14 | 15 | /.qmake.cache 16 | /.qmake.stash 17 | *.pro.user 18 | *.pro.user.* 19 | *.moc 20 | moc_*.cpp 21 | qrc_*.cpp 22 | ui_*.h 23 | Makefile* 24 | *-build-* 25 | 26 | # QtCreator 27 | 28 | *.autosave 29 | 30 | #QtCtreator Qml 31 | *.qmlproject.user 32 | *.qmlproject.user.* 33 | -------------------------------------------------------------------------------- /Global/Archives.gitignore: -------------------------------------------------------------------------------- 1 | # It's better to unpack these files and commit the raw source because 2 | # git has its own built in compression methods. 3 | *.7z 4 | *.jar 5 | *.rar 6 | *.zip 7 | *.gz 8 | *.bzip 9 | *.bz2 10 | *.xz 11 | *.lzma 12 | *.cab 13 | 14 | #packing-only formats 15 | *.iso 16 | *.tar 17 | 18 | #package management formats 19 | *.dmg 20 | *.xpi 21 | *.gem 22 | *.egg 23 | *.deb 24 | *.rpm 25 | *.msi 26 | *.msm 27 | *.msp 28 | -------------------------------------------------------------------------------- /ExpressionEngine.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | 3 | # Images 4 | images/avatars/ 5 | images/captchas/ 6 | images/smileys/ 7 | images/member_photos/ 8 | images/signature_attachments/ 9 | images/pm_attachments/ 10 | 11 | # For security do not publish the following files 12 | system/expressionengine/config/database.php 13 | system/expressionengine/config/config.php 14 | 15 | # Caches 16 | sized/ 17 | thumbs/ 18 | _thumbs/ 19 | */expressionengine/cache/* 20 | -------------------------------------------------------------------------------- /Global/Emacs.gitignore: -------------------------------------------------------------------------------- 1 | # -*- mode: gitignore; -*- 2 | *~ 3 | \#*\# 4 | /.emacs.desktop 5 | /.emacs.desktop.lock 6 | *.elc 7 | auto-save-list 8 | tramp 9 | .\#* 10 | 11 | # Org-mode 12 | .org-id-locations 13 | *_archive 14 | 15 | # flymake-mode 16 | *_flymake.* 17 | 18 | # eshell files 19 | /eshell/history 20 | /eshell/lastdir 21 | 22 | # elpa packages 23 | /elpa/ 24 | 25 | # reftex files 26 | *.rel 27 | 28 | # AUCTeX auto folder 29 | /auto/ 30 | -------------------------------------------------------------------------------- /Global/Matlab.gitignore: -------------------------------------------------------------------------------- 1 | ##--------------------------------------------------- 2 | ## Remove autosaves generated by the Matlab editor 3 | ## We have git for backups! 4 | ##--------------------------------------------------- 5 | 6 | # Windows default autosave extension 7 | *.asv 8 | 9 | # OSX / *nix default autosave extension 10 | *.m~ 11 | 12 | # Compiled MEX binaries (all platforms) 13 | *.mex* 14 | 15 | # Simulink Code Generation 16 | slprj/ 17 | -------------------------------------------------------------------------------- /Symfony2.gitignore: -------------------------------------------------------------------------------- 1 | # Cache and logs 2 | /app/cache/* 3 | /app/logs/* 4 | !app/cache/.gitkeep 5 | !app/logs/.gitkeep 6 | 7 | # Parameters 8 | /app/config/parameters.yml 9 | /app/config/parameters.ini 10 | 11 | # Managed by Composer 12 | /app/bootstrap.php.cache 13 | /bin/ 14 | /vendor/ 15 | 16 | # Assets and user uploads 17 | /web/bundles/ 18 | /web/uploads/ 19 | 20 | # PHPUnit 21 | /app/phpunit.xml 22 | 23 | # Composer PHAR 24 | /composer.phar 25 | -------------------------------------------------------------------------------- /LemonStand.gitignore: -------------------------------------------------------------------------------- 1 | boot.php 2 | index.php 3 | install.php 4 | /config/* 5 | !/config/config.php 6 | /controllers/* 7 | /init/* 8 | /logs/* 9 | /phproad/* 10 | /temp/* 11 | /uploaded/* 12 | /installer_files/* 13 | /modules/backend/* 14 | /modules/blog/* 15 | /modules/cms/* 16 | /modules/core/* 17 | /modules/session/* 18 | /modules/shop/* 19 | /modules/system/* 20 | /modules/users/* 21 | # add content_*.php if you don't want erase client changes to content 22 | -------------------------------------------------------------------------------- /Global/Eclipse.gitignore: -------------------------------------------------------------------------------- 1 | *.pydevproject 2 | .metadata 3 | .gradle 4 | bin/ 5 | tmp/ 6 | *.tmp 7 | *.bak 8 | *.swp 9 | *~.nib 10 | local.properties 11 | .settings/ 12 | .loadpath 13 | 14 | # External tool builders 15 | .externalToolBuilders/ 16 | 17 | # Locally stored "Eclipse launch configurations" 18 | *.launch 19 | 20 | # CDT-specific 21 | .cproject 22 | 23 | # PDT-specific 24 | .buildpath 25 | 26 | # sbteclipse plugin 27 | .target 28 | 29 | # TeXlipse plugin 30 | .texlipse 31 | -------------------------------------------------------------------------------- /MetaProgrammingSystem.gitignore: -------------------------------------------------------------------------------- 1 | workspace.xml 2 | junitvmwatcher*.properties 3 | build.properties 4 | 5 | # generated java classes and java source files 6 | # manually add any custom artifacts that can't be generated from the models 7 | # http://confluence.jetbrains.com/display/MPSD25/HowTo+--+MPS+and+Git 8 | classes_gen 9 | source_gen 10 | source_gen.caches 11 | 12 | # generated test code and test results 13 | test_gen 14 | test_gen.caches 15 | TEST-*.xml 16 | junit*.properties 17 | -------------------------------------------------------------------------------- /Global/webMethods.gitignore: -------------------------------------------------------------------------------- 1 | **/IntegrationServer/datastore/ 2 | **/IntegrationServer/db/ 3 | **/IntegrationServer/DocumentStore/ 4 | **/IntegrationServer/lib/ 5 | **/IntegrationServer/logs/ 6 | **/IntegrationServer/replicate/ 7 | **/IntegrationServer/sdk/ 8 | **/IntegrationServer/support/ 9 | **/IntegrationServer/update/ 10 | **/IntegrationServer/userFtpRoot/ 11 | **/IntegrationServer/web/ 12 | **/IntegrationServer/WmRepository4/ 13 | **/IntegrationServer/XAStore/ 14 | **/IntegrationServer/packages/Wm*/ 15 | -------------------------------------------------------------------------------- /Zephir.gitignore: -------------------------------------------------------------------------------- 1 | # Cache files, generates by Zephir 2 | .temp/ 3 | .libs/ 4 | 5 | # Object files, generates by linker 6 | *.lo 7 | *.la 8 | *.o 9 | *.loT 10 | 11 | # Files generated by configure and Zephir, 12 | # not required for extension compilation. 13 | ext/build/ 14 | ext/modules/ 15 | ext/Makefile* 16 | ext/config* 17 | ext/acinclude.m4 18 | ext/aclocal.m4 19 | ext/autom4te* 20 | ext/install-sh 21 | ext/ltmain.sh 22 | ext/missing 23 | ext/mkinstalldirs 24 | ext/run-tests.php 25 | ext/.deps 26 | ext/libtool 27 | -------------------------------------------------------------------------------- /GWT.gitignore: -------------------------------------------------------------------------------- 1 | *.class 2 | 3 | # Package Files # 4 | *.jar 5 | *.war 6 | 7 | # gwt caches and compiled units # 8 | war/gwt_bree/ 9 | gwt-unitCache/ 10 | 11 | # boilerplate generated classes # 12 | .apt_generated/ 13 | 14 | # more caches and things from deploy # 15 | war/WEB-INF/deploy/ 16 | war/WEB-INF/classes/ 17 | 18 | #compilation logs 19 | .gwt/ 20 | 21 | #caching for already compiled files 22 | gwt-unitCache/ 23 | 24 | #gwt junit compilation files 25 | www-test/ 26 | 27 | #old GWT (1.5) created this dir 28 | .gwt-tmp/ 29 | -------------------------------------------------------------------------------- /Grails.gitignore: -------------------------------------------------------------------------------- 1 | # .gitignore for Grails 1.2 and 1.3 2 | 3 | # web application files 4 | /web-app/WEB-INF/classes 5 | 6 | # default HSQL database files for production mode 7 | /prodDb.* 8 | 9 | # general HSQL database files 10 | *Db.properties 11 | *Db.script 12 | 13 | # logs 14 | /stacktrace.log 15 | /test/reports 16 | /logs 17 | 18 | # project release file 19 | /*.war 20 | 21 | # plugin release files 22 | /*.zip 23 | /plugin.xml 24 | 25 | # older plugin install locations 26 | /plugins 27 | /web-app/plugins 28 | 29 | # "temporary" build files 30 | /target 31 | -------------------------------------------------------------------------------- /Eagle.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore list for Eagle, a PCB layout tool 2 | 3 | # Backup files 4 | *.s#? 5 | *.b#? 6 | *.l#? 7 | 8 | # Eagle project file 9 | # It contains a serial number and references to the file structure 10 | # on your computer. 11 | # comment the following line if you want to have your project file included. 12 | eagle.epf 13 | 14 | # CAM files 15 | *.$$$ 16 | *.cmp 17 | *.ly2 18 | *.l15 19 | *.sol 20 | *.plc 21 | *.stc 22 | *.sts 23 | *.crc 24 | *.crs 25 | 26 | *.dri 27 | *.drl 28 | *.gpi 29 | *.pls 30 | 31 | *.drd 32 | *.drd.* 33 | 34 | *.info 35 | 36 | *.eps 37 | -------------------------------------------------------------------------------- /Jboss.gitignore: -------------------------------------------------------------------------------- 1 | jboss/server/all/deploy/project.ext 2 | jboss/server/default/deploy/project.ext 3 | jboss/server/minimal/deploy/project.ext 4 | jboss/server/all/log/*.log 5 | jboss/server/all/tmp/**/* 6 | jboss/server/all/data/**/* 7 | jboss/server/all/work/**/* 8 | jboss/server/default/log/*.log 9 | jboss/server/default/tmp/**/* 10 | jboss/server/default/data/**/* 11 | jboss/server/default/work/**/* 12 | jboss/server/minimal/log/*.log 13 | jboss/server/minimal/tmp/**/* 14 | jboss/server/minimal/data/**/* 15 | jboss/server/minimal/work/**/* 16 | 17 | # deployed package files # 18 | 19 | *.DEPLOYED 20 | -------------------------------------------------------------------------------- /Umbraco.gitignore: -------------------------------------------------------------------------------- 1 | # Note: VisualStudio gitignore rules may also be relevant 2 | 3 | # Ignore unimportant folders generated by Umbraco 4 | **/App_Data/ClientDependency/ 5 | **/App_Data/ExamineIndexes/ 6 | **/App_Data/Logs/ 7 | **/App_Data/[Pp]review/ 8 | **/App_Data/TEMP/ 9 | Cached/ 10 | 11 | # Ignore Umbraco content cache file 12 | **/App_Data/umbraco.config 13 | 14 | # Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder) 15 | # Make sure to include details from VisualStudio.gitignore BEFORE this 16 | !**/App_Data/[Pp]ackages/ 17 | !**/[Uu]mbraco/developer/[Pp]ackages 18 | -------------------------------------------------------------------------------- /Swift.gitignore: -------------------------------------------------------------------------------- 1 | # Xcode 2 | # 3 | build/ 4 | *.pbxuser 5 | !default.pbxuser 6 | *.mode1v3 7 | !default.mode1v3 8 | *.mode2v3 9 | !default.mode2v3 10 | *.perspectivev3 11 | !default.perspectivev3 12 | xcuserdata 13 | *.xccheckout 14 | *.moved-aside 15 | DerivedData 16 | *.hmap 17 | *.ipa 18 | *.xcuserstate 19 | 20 | # CocoaPods 21 | # 22 | # We recommend against adding the Pods directory to your .gitignore. However 23 | # you should judge for yourself, the pros and cons are mentioned at: 24 | # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control 25 | # 26 | # Pods/ 27 | -------------------------------------------------------------------------------- /Objective-C.gitignore: -------------------------------------------------------------------------------- 1 | # Xcode 2 | # 3 | build/ 4 | *.pbxuser 5 | !default.pbxuser 6 | *.mode1v3 7 | !default.mode1v3 8 | *.mode2v3 9 | !default.mode2v3 10 | *.perspectivev3 11 | !default.perspectivev3 12 | xcuserdata 13 | *.xccheckout 14 | *.moved-aside 15 | DerivedData 16 | *.hmap 17 | *.ipa 18 | *.xcuserstate 19 | 20 | # CocoaPods 21 | # 22 | # We recommend against adding the Pods directory to your .gitignore. However 23 | # you should judge for yourself, the pros and cons are mentioned at: 24 | # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control 25 | # 26 | # Pods/ 27 | -------------------------------------------------------------------------------- /Rails.gitignore: -------------------------------------------------------------------------------- 1 | *.rbc 2 | capybara-*.html 3 | .rspec 4 | /log 5 | /tmp 6 | /db/*.sqlite3 7 | /public/system 8 | /coverage/ 9 | /spec/tmp 10 | **.orig 11 | rerun.txt 12 | pickle-email-*.html 13 | 14 | # TODO Comment out these rules if you are OK with secrets being uploaded to the repo 15 | config/initializers/secret_token.rb 16 | config/secrets.yml 17 | 18 | ## Environment normalisation: 19 | /.bundle 20 | /vendor/bundle 21 | 22 | # these should all be checked in to normalise the environment: 23 | # Gemfile.lock, .ruby-version, .ruby-gemset 24 | 25 | # unless supporting rvm < 1.11.0 or doing something fancy, ignore this: 26 | .rvmrc 27 | -------------------------------------------------------------------------------- /Prestashop.gitignore: -------------------------------------------------------------------------------- 1 | # Directories content 2 | cache/class_index.php 3 | cache/smarty/cache/* 4 | !cache/smarty/cache/index.php 5 | cache/smarty/compile/* 6 | !cache/smarty/compile/index.php 7 | cache/tcpdf/* 8 | !cache/tcpdf/index.php 9 | 10 | config/xml/*.xml 11 | config/settings.inc.php 12 | 13 | log/*.log 14 | 15 | img/* 16 | !img/index.php 17 | !img/*/index.php 18 | 19 | tools/smarty*/cache/*.php 20 | !tools/smarty*/cache/index.php 21 | tools/smarty*/compile/*.php 22 | !tools/smarty*/compile/index.php 23 | 24 | themes/default/cache/*.js 25 | themes/default/cache/*.css 26 | 27 | # Ignore files on root directory 28 | robots.txt 29 | sitemap.xml 30 | -------------------------------------------------------------------------------- /Node.gitignore: -------------------------------------------------------------------------------- 1 | # Logs 2 | logs 3 | *.log 4 | 5 | # Runtime data 6 | pids 7 | *.pid 8 | *.seed 9 | 10 | # Directory for instrumented libs generated by jscoverage/JSCover 11 | lib-cov 12 | 13 | # Coverage directory used by tools like istanbul 14 | coverage 15 | 16 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) 17 | .grunt 18 | 19 | # Compiled binary addons (http://nodejs.org/api/addons.html) 20 | build/Release 21 | 22 | # Dependency directory 23 | # Commenting this out is preferred by some people, see 24 | # https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git 25 | node_modules 26 | 27 | # Users Environment Variables 28 | .lock-wscript 29 | -------------------------------------------------------------------------------- /ROS.gitignore: -------------------------------------------------------------------------------- 1 | build/ 2 | bin/ 3 | lib/ 4 | msg_gen/ 5 | srv_gen/ 6 | msg/*Action.msg 7 | msg/*ActionFeedback.msg 8 | msg/*ActionGoal.msg 9 | msg/*ActionResult.msg 10 | msg/*Feedback.msg 11 | msg/*Goal.msg 12 | msg/*Result.msg 13 | msg/_*.py 14 | 15 | # Generated by dynamic reconfigure 16 | *.cfgc 17 | /cfg/cpp/ 18 | /cfg/*.py 19 | 20 | # Ignore generated docs 21 | *.dox 22 | *.wikidoc 23 | 24 | # eclipse stuff 25 | .project 26 | .cproject 27 | 28 | # qcreator stuff 29 | CMakeLists.txt.user 30 | 31 | srv/_*.py 32 | *.pcd 33 | *.pyc 34 | qtcreator-* 35 | *.user 36 | 37 | /planning/cfg 38 | /planning/docs 39 | /planning/src 40 | 41 | *~ 42 | 43 | # Emacs 44 | .#* 45 | 46 | # Catkin custom files 47 | CATKIN_IGNORE 48 | -------------------------------------------------------------------------------- /Typo3.gitignore: -------------------------------------------------------------------------------- 1 | ## TYPO3 v4 2 | # Ignore serveral upload and file directories. 3 | /fileadmin/user_upload/ 4 | /fileadmin/_temp_/ 5 | /uploads/ 6 | # Ignore cache 7 | /typo3conf/temp_CACHED* 8 | /typo3conf/temp_fieldInfo.php 9 | # Ignore local config which overrides typo3 config. 10 | # You should include your local stuff with `@include('localconf_local.php');` at the end of localconf.php. 11 | # See http://stackoverflow.com/questions/11905360/how-best-to-manage-typo3-installations-using-git for details. 12 | /typo3conf/localconf_local.php 13 | # Ignore system folders, you should have them symlinked. 14 | # If not comment out the following two entries. 15 | /typo3 16 | /t3lib 17 | # Ignore temp directory. 18 | /typo3temp/ 19 | -------------------------------------------------------------------------------- /Ruby.gitignore: -------------------------------------------------------------------------------- 1 | *.gem 2 | *.rbc 3 | /.config 4 | /coverage/ 5 | /InstalledFiles 6 | /pkg/ 7 | /spec/reports/ 8 | /test/tmp/ 9 | /test/version_tmp/ 10 | /tmp/ 11 | 12 | ## Specific to RubyMotion: 13 | .dat* 14 | .repl_history 15 | build/ 16 | 17 | ## Documentation cache and generated files: 18 | /.yardoc/ 19 | /_yardoc/ 20 | /doc/ 21 | /rdoc/ 22 | 23 | ## Environment normalisation: 24 | /.bundle/ 25 | /lib/bundler/man/ 26 | 27 | # for a library or gem, you might want to ignore these files since the code is 28 | # intended to run in multiple environments; otherwise, check them in: 29 | # Gemfile.lock 30 | # .ruby-version 31 | # .ruby-gemset 32 | 33 | # unless supporting rvm < 1.11.0 or doing something fancy, ignore this: 34 | .rvmrc 35 | -------------------------------------------------------------------------------- /Drupal.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore configuration files that may contain sensitive information. 2 | sites/*/*settings*.php 3 | 4 | # Ignore paths that contain generated content. 5 | files/ 6 | sites/*/files 7 | sites/*/private 8 | 9 | # Ignore default text files 10 | robots.txt 11 | /CHANGELOG.txt 12 | /COPYRIGHT.txt 13 | /INSTALL*.txt 14 | /LICENSE.txt 15 | /MAINTAINERS.txt 16 | /UPGRADE.txt 17 | /README.txt 18 | sites/all/README.txt 19 | sites/all/modules/README.txt 20 | sites/all/themes/README.txt 21 | 22 | # Ignore everything but the "sites" folder ( for non core developer ) 23 | .htaccess 24 | web.config 25 | authorize.php 26 | cron.php 27 | index.php 28 | install.php 29 | update.php 30 | xmlrpc.php 31 | /includes 32 | /misc 33 | /modules 34 | /profiles 35 | /scripts 36 | /themes 37 | -------------------------------------------------------------------------------- /Global/JetBrains.gitignore: -------------------------------------------------------------------------------- 1 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm 2 | 3 | ## Directory-based project format 4 | .idea/ 5 | # if you remove the above rule, at least ignore user-specific stuff: 6 | # .idea/workspace.xml 7 | # .idea/tasks.xml 8 | # and these sensitive or high-churn files: 9 | # .idea/dataSources.ids 10 | # .idea/dataSources.xml 11 | # .idea/sqlDataSources.xml 12 | # .idea/dynamic.xml 13 | 14 | ## File-based project format 15 | *.ipr 16 | *.iml 17 | *.iws 18 | 19 | ## Additional for IntelliJ 20 | out/ 21 | 22 | # generated by mpeltonen/sbt-idea plugin 23 | .idea_modules/ 24 | 25 | # generated by JIRA plugin 26 | atlassian-ide-plugin.xml 27 | 28 | # generated by Crashlytics plugin (for Android Studio and Intellij) 29 | com_crashlytics_export_strings.xml 30 | -------------------------------------------------------------------------------- /Global/XilinxISE.gitignore: -------------------------------------------------------------------------------- 1 | # intermediate build files 2 | *.bgn 3 | *.bit 4 | *.bld 5 | *.cmd_log 6 | *.drc 7 | *.ll 8 | *.lso 9 | *.msd 10 | *.msk 11 | *.ncd 12 | *.ngc 13 | *.ngd 14 | *.ngr 15 | *.pad 16 | *.par 17 | *.pcf 18 | *.prj 19 | *.ptwx 20 | *.rbb 21 | *.rbd 22 | *.stx 23 | *.syr 24 | *.twr 25 | *.twx 26 | *.unroutes 27 | *.ut 28 | *.xpi 29 | *.xst 30 | *_bitgen.xwbt 31 | *_envsettings.html 32 | *_map.map 33 | *_map.mrp 34 | *_map.ngm 35 | *_map.xrpt 36 | *_ngdbuild.xrpt 37 | *_pad.csv 38 | *_pad.txt 39 | *_par.xrpt 40 | *_summary.html 41 | *_summary.xml 42 | *_usage.xml 43 | *_xst.xrpt 44 | 45 | # project-wide generated files 46 | *.gise 47 | par_usage_statistics.html 48 | usage_statistics_webtalk.html 49 | webtalk.log 50 | webtalk_pn.xml 51 | 52 | # generated folders 53 | iseconfig/ 54 | xlnx_auto_0_xdb/ 55 | xst/ 56 | _ngo/ 57 | _xmsgs/ 58 | -------------------------------------------------------------------------------- /SugarCRM.gitignore: -------------------------------------------------------------------------------- 1 | ## SugarCRM 2 | # Ignore custom .htaccess stuff. 3 | /.htaccess 4 | # Ignore the cache directory completely. 5 | # This will break the current behaviour. Which was often leading to 6 | # the misuse of the repository as backup replacement. 7 | # For development the cache directory can be safely ignored and 8 | # therefore it is ignored. 9 | /cache/ 10 | # Ignore some files and directories from the custom directory. 11 | /custom/history/ 12 | /custom/modulebuilder/ 13 | /custom/working/ 14 | /custom/modules/*/Ext/ 15 | /custom/application/Ext/ 16 | # Custom configuration should also be ignored. 17 | /config.php 18 | /config_override.php 19 | # The silent upgrade scripts aren't needed. 20 | /silentUpgrade*.php 21 | # Logs files can safely be ignored. 22 | *.log 23 | # Ignore the new upload directories. 24 | /upload/ 25 | /upload_backup/ 26 | -------------------------------------------------------------------------------- /Python.gitignore: -------------------------------------------------------------------------------- 1 | # Byte-compiled / optimized / DLL files 2 | __pycache__/ 3 | *.py[cod] 4 | 5 | # C extensions 6 | *.so 7 | 8 | # Distribution / packaging 9 | .Python 10 | env/ 11 | build/ 12 | develop-eggs/ 13 | dist/ 14 | eggs/ 15 | lib/ 16 | lib64/ 17 | parts/ 18 | sdist/ 19 | var/ 20 | *.egg-info/ 21 | .installed.cfg 22 | *.egg 23 | 24 | # PyInstaller 25 | # Usually these files are written by a python script from a template 26 | # before PyInstaller builds the exe, so as to inject date/other infos into it. 27 | *.manifest 28 | *.spec 29 | 30 | # Installer logs 31 | pip-log.txt 32 | pip-delete-this-directory.txt 33 | 34 | # Unit test / coverage reports 35 | htmlcov/ 36 | .tox/ 37 | .coverage 38 | .cache 39 | nosetests.xml 40 | coverage.xml 41 | 42 | # Translations 43 | *.mo 44 | *.pot 45 | 46 | # Django stuff: 47 | *.log 48 | 49 | # Sphinx documentation 50 | docs/_build/ 51 | 52 | # PyBuilder 53 | target/ 54 | -------------------------------------------------------------------------------- /SeamGen.gitignore: -------------------------------------------------------------------------------- 1 | /bootstrap/data 2 | /bootstrap/tmp 3 | /classes/ 4 | /dist/ 5 | /exploded-archives/ 6 | /test-build/ 7 | /test-output/ 8 | /test-report/ 9 | /target/ 10 | temp-testng-customsuite.xml 11 | 12 | # based on http://stackoverflow.com/a/8865858/422476 I am removing inline comments 13 | 14 | #/classes/ all class files 15 | #/dist/ contains generated war files for deployment 16 | #/exploded-archives/ war content generation during deploy (or explode) 17 | #/test-build/ test compilation (ant target for Seam) 18 | #/test-output/ test results 19 | #/test-report/ test report generation for, e.g., Hudson 20 | #/target/ maven output folder 21 | #temp-testng-customsuite.xml generated when running test cases under Eclipse 22 | 23 | # Thanks to @VonC and @kraftan for their helpful answers on a related question 24 | # on StackOverflow.com: 25 | # http://stackoverflow.com/questions/4176687 26 | # /what-is-the-recommended-source-control-ignore-pattern-for-seam-projects 27 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2014 GitHub, Inc. 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a 4 | copy of this software and associated documentation files (the "Software"), 5 | to deal in the Software without restriction, including without limitation 6 | the rights to use, copy, modify, merge, publish, distribute, sublicense, 7 | and/or sell copies of the Software, and to permit persons to whom the 8 | Software is furnished to do so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in 11 | all copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 18 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19 | DEALINGS IN THE SOFTWARE. 20 | -------------------------------------------------------------------------------- /Target3001.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore list for Target 3001!, a PCB layout tool 2 | 3 | # mutex file 4 | *.T300[01]OPEN 5 | 6 | # Drill output 7 | *.DRL 8 | *.BHR 9 | BOHRPICT.3001 10 | 11 | # Backup files 12 | # (see http://server.ibfriedrich.com/wiki/ibfwikide/index.php?title=Backup) 13 | BackupFiles 14 | *.BK? 15 | *_w?.T300[01] 16 | *_m?.T300[01] 17 | *_m??.T300[01] 18 | 19 | # Autosave files 20 | *.T300[01]? 21 | 22 | # Gerber output 23 | *.Apr 24 | *.BLN 25 | *.Bot 26 | *.Drill 27 | *.GER 28 | *.Hole 29 | *.Info 30 | *.L* 31 | *.NamesBot 32 | *.NamesTop 33 | *.Outline 34 | *.PadStack* 35 | *.PasteBot 36 | *.PasteTop 37 | *.PosiBot 38 | *.PosiTop 39 | *.SB 40 | *.Special* 41 | *.ST 42 | *.StopBot 43 | *.StopTop 44 | *.Tool 45 | *.Top 46 | *.ValuesBot 47 | *.ValuesTop 48 | *.Whl 49 | 50 | # production formats 51 | *.cnc 52 | *.fab 53 | *.cad 54 | *.GDS 55 | *.exc 56 | excellon.txt 57 | *.stk 58 | *.ncp 59 | *.pcb 60 | *.cbt 61 | *.vhf 62 | *.iso 63 | 64 | # exchange formats 65 | *.DXF 66 | *.PS 67 | *.TIF 68 | *.NET 69 | *.PLT 70 | *.HPGL 71 | *.emn 72 | *.stp 73 | *.tgr 74 | *.dif 75 | *.emp 76 | 77 | # cable loom 78 | *.dsi 79 | *.pnm 80 | *.wrl 81 | *.ADPT 82 | *.AZO 83 | -------------------------------------------------------------------------------- /TeX.gitignore: -------------------------------------------------------------------------------- 1 | ## Core latex/pdflatex auxiliary files: 2 | *.aux 3 | *.lof 4 | *.log 5 | *.lot 6 | *.fls 7 | *.out 8 | *.toc 9 | 10 | ## Intermediate documents: 11 | *.dvi 12 | # these rules might exclude image files for figures etc. 13 | # *.ps 14 | # *.eps 15 | # *.pdf 16 | 17 | ## Bibliography auxiliary files (bibtex/biblatex/biber): 18 | *.bbl 19 | *.bcf 20 | *.blg 21 | *-blx.aux 22 | *-blx.bib 23 | *.run.xml 24 | 25 | ## Build tool auxiliary files: 26 | *.fdb_latexmk 27 | *.synctex.gz 28 | *.synctex.gz(busy) 29 | *.pdfsync 30 | 31 | ## Auxiliary and intermediate files from other packages: 32 | 33 | # algorithms 34 | *.alg 35 | *.loa 36 | 37 | # amsthm 38 | *.thm 39 | 40 | # beamer 41 | *.nav 42 | *.snm 43 | *.vrb 44 | 45 | #(e)ledmac/(e)ledpar 46 | *.end 47 | *.[1-9] 48 | *.[1-9][0-9] 49 | *.[1-9][0-9][0-9] 50 | *.[1-9]R 51 | *.[1-9][0-9]R 52 | *.[1-9][0-9][0-9]R 53 | 54 | # glossaries 55 | *.acn 56 | *.acr 57 | *.glg 58 | *.glo 59 | *.gls 60 | 61 | # hyperref 62 | *.brf 63 | 64 | # listings 65 | *.lol 66 | 67 | # makeidx 68 | *.idx 69 | *.ilg 70 | *.ind 71 | *.ist 72 | 73 | # minitoc 74 | *.maf 75 | *.mtc 76 | *.mtc0 77 | 78 | # minted 79 | *.pyg 80 | 81 | # morewrites 82 | *.mw 83 | 84 | # nomencl 85 | *.nlo 86 | 87 | # sagetex 88 | *.sagetex.sage 89 | *.sagetex.py 90 | *.sagetex.scmd 91 | 92 | # sympy 93 | *.sout 94 | *.sympy 95 | sympy-plots-for-*.tex/ 96 | 97 | # todonotes 98 | *.tdo 99 | 100 | # xindy 101 | *.xdy 102 | -------------------------------------------------------------------------------- /Delphi.gitignore: -------------------------------------------------------------------------------- 1 | # Uncomment these types if you want even more clean repository. But be careful. 2 | # It can make harm to an existing project source. Read explanations below. 3 | # 4 | # Resource files are binaries containing manifest, project icon and version info. 5 | # They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files. 6 | #*.res 7 | # 8 | # Type library file (binary). In old Delphi versions it should be stored. 9 | # Since Delphi 2009 it is produced from .ridl file and can safely be ignored. 10 | #*.tlb 11 | # 12 | # Diagram Portfolio file. Used by the diagram editor up to Delphi 7. 13 | # Uncomment this if you are not using diagrams or use newer Delphi version. 14 | #*.ddp 15 | # 16 | # Visual LiveBindings file. Added in Delphi XE2. 17 | # Uncomment this if you are not using LiveBindings Designer. 18 | #*.vlb 19 | # 20 | # Deployment Manager configuration file for your project. Added in Delphi XE2. 21 | # Uncomment this if it is not mobile development and you do not use remote debug feature. 22 | #*.deployproj 23 | # 24 | 25 | # Delphi compiler-generated binaries (safe to delete) 26 | *.exe 27 | *.dll 28 | *.bpl 29 | *.bpi 30 | *.dcp 31 | *.so 32 | *.apk 33 | *.drc 34 | *.map 35 | *.dres 36 | *.rsm 37 | *.tds 38 | *.dcu 39 | *.lib 40 | 41 | # Delphi autogenerated files (duplicated info) 42 | *.cfg 43 | *Resource.rc 44 | 45 | # Delphi local files (user-specific info) 46 | *.local 47 | *.identcache 48 | *.projdata 49 | *.tvsconfig 50 | *.dsk 51 | 52 | # Delphi history and backups 53 | __history/ 54 | *.~* 55 | -------------------------------------------------------------------------------- /Global/Quartus2.gitignore: -------------------------------------------------------------------------------- 1 | # Working with Altera Quartus II (Q2) and do proper versioning is not that easy 2 | # but if you follow some rules it can be accomplished. :) 3 | # This file should be placed into the main directory where the .qpf file is 4 | # found. Generally Q2 throws all entities and so on in the main directory, but 5 | # you can place all stuff also in separate folders. This approach is followed 6 | # here. So when you create a new design create one or more folders where your 7 | # entities will be located and put a .gitignore in there that overrides the 8 | # ignores of this file, e.g. one single rule stating "!*" which allows now all 9 | # type of files. When you add a MegaFunction or another entity to your design, 10 | # simply add it to one of your private folders and Q2 will be happy and manage 11 | # everything quite good. When you want to do versioning of your generated 12 | # SOF/POF files, you can do this by redirecting the generated output to an own 13 | # folder. To do this go to: 14 | # "Assignments" 15 | # -> "Settings 16 | # -> "Compilation Process Settings" 17 | # -> "Save project output files in specified directory" 18 | # Now you can either place a .gitignore in the directory and allow the following 19 | # list of types: 20 | # !*.sof 21 | # !*.pof 22 | # or you create an own submodule in the folder to keep binary files out of your 23 | # design. 24 | 25 | # ignore hdl source files in top level directory 26 | *.vhd 27 | *.v 28 | 29 | # ignore Quartus II generated files 30 | *sopc_* 31 | *.jdi 32 | *.ptf.* 33 | *.sof 34 | *.pof 35 | *.qws 36 | *.smsg 37 | *_inst.vhd 38 | *_generation_script* 39 | *.done 40 | *.txt 41 | *.qarlog 42 | *.rpt 43 | *.summary 44 | *.qws 45 | *.cmp 46 | *.eqn 47 | *.html 48 | *.jpg 49 | *.bak 50 | *.qar 51 | *.sopc_builder 52 | *example* 53 | *~ 54 | *.sdc 55 | *.tcl 56 | *.pin 57 | *.mif 58 | *.hex 59 | 60 | # ignore Quartus II generated folders 61 | db/ 62 | incremental_db/ 63 | simulation/ 64 | timing/ 65 | testbench/ 66 | *_sim/ 67 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing guidelines 2 | 3 | We’d love you to help us improve this project. To help us keep this collection 4 | high quality, we request that contributions adhere to the following guidelines. 5 | 6 | - **Provide a link to the application or project’s homepage**. Unless it’s 7 | extremely popular, there’s a chance the maintainers don’t know about or use 8 | the language, framework, editor, app, or project your change applies to. 9 | 10 | - **Provide links to documentation** supporting the change you’re making. 11 | Current, canonical documentation mentioning the files being ignored is best. 12 | If documentation isn’t available to support your change, do the best you can 13 | to explain what the files being ignored are for. 14 | 15 | - **Explain why you’re making a change**. Even if it seems self-evident, please 16 | take a sentence or two to tell us why your change or addition should happen. 17 | It’s especially helpful to articulate why this change applies to *everyone* 18 | who works with the applicable technology, rather than just you or your team. 19 | 20 | - **Please consider the scope of your change**. If your change specific to a 21 | certain language or framework, then make sure the change is made to the 22 | template for that language or framework, rather than to the template for an 23 | editor, tool, or operating system. 24 | 25 | - **Please only modify *one template* per pull request**. This helps keep pull 26 | requests and feedback focused on a specific project or technology. 27 | 28 | In general, the more you can do to help us understand the change you’re making, 29 | the more likely we’ll be to accept your contribution quickly. 30 | 31 | Please also understand that we can’t list every tool that ever existed. 32 | Our aim is to curate a collection of the *most common and helpful* templates, 33 | not to make sure we cover every project possible. If we choose not to 34 | include your language, tool, or project, it’s not because it’s not awesome. 35 | -------------------------------------------------------------------------------- /Magento.gitignore: -------------------------------------------------------------------------------- 1 | .modgit/ 2 | app/code/community/Phoenix/ 3 | app/code/community/Cm/ 4 | app/code/core/ 5 | app/design/adminhtml/default/default/ 6 | app/design/frontend/base/ 7 | app/design/frontend/default/blank/ 8 | app/design/frontend/default/default/ 9 | app/design/frontend/default/iphone/ 10 | app/design/frontend/default/modern/ 11 | app/design/frontend/enterprise/default 12 | app/design/install/ 13 | app/etc/modules/Enterprise_* 14 | app/etc/modules/Mage_All.xml 15 | app/etc/modules/Mage_Api.xml 16 | app/etc/modules/Mage_Api2.xml 17 | app/etc/modules/Mage_Authorizenet.xml 18 | app/etc/modules/Mage_Bundle.xml 19 | app/etc/modules/Mage_Captcha.xml 20 | app/etc/modules/Mage_Centinel.xml 21 | app/etc/modules/Mage_Compiler.xml 22 | app/etc/modules/Mage_Connect.xml 23 | app/etc/modules/Mage_CurrencySymbol.xml 24 | app/etc/modules/Mage_Downloadable.xml 25 | app/etc/modules/Mage_ImportExport.xml 26 | app/etc/modules/Mage_LoadTest.xml 27 | app/etc/modules/Mage_Oauth.xml 28 | app/etc/modules/Mage_PageCache.xml 29 | app/etc/modules/Mage_Persistent.xml 30 | app/etc/modules/Mage_Weee.xml 31 | app/etc/modules/Mage_Widget.xml 32 | app/etc/modules/Mage_XmlConnect.xml 33 | app/etc/modules/Phoenix_Moneybookers.xml 34 | app/etc/modules/Cm_RedisSession.xml 35 | app/etc/applied.patches.list 36 | app/etc/config.xml 37 | app/etc/enterprise.xml 38 | app/etc/local.xml.additional 39 | app/etc/local.xml.template 40 | app/etc/local.xml 41 | app/.htaccess 42 | app/locale/ 43 | app/Mage.php 44 | cron.php 45 | cron.sh 46 | downloader/ 47 | errors/ 48 | favicon.ico 49 | get.php 50 | includes/ 51 | index.php 52 | index.php.sample 53 | /install.php 54 | js/blank.html 55 | js/calendar/ 56 | js/enterprise/ 57 | js/extjs/ 58 | js/firebug/ 59 | js/flash/ 60 | js/index.php 61 | js/jscolor/ 62 | js/lib/ 63 | js/mage/ 64 | js/prototype/ 65 | js/scriptaculous/ 66 | js/spacer.gif 67 | js/tiny_mce/ 68 | js/varien/ 69 | lib/3Dsecure/ 70 | lib/Apache/ 71 | lib/flex/ 72 | lib/googlecheckout/ 73 | lib/.htaccess 74 | lib/LinLibertineFont/ 75 | lib/Mage/ 76 | lib/PEAR/ 77 | lib/phpseclib/ 78 | lib/Varien/ 79 | lib/Zend/ 80 | lib/Cm/ 81 | lib/Credis/ 82 | lib/Magento/ 83 | LICENSE_AFL.txt 84 | LICENSE.html 85 | LICENSE.txt 86 | LICENSE_EE* 87 | mage 88 | media/customer/ 89 | media/dhl/ 90 | media/downloadable/ 91 | media/.htaccess 92 | media/import/ 93 | media/xmlconnect/ 94 | media/catalog/product/cache/ 95 | api.php 96 | nbproject/ 97 | pear 98 | pear/ 99 | php.ini.sample 100 | pkginfo/ 101 | RELEASE_NOTES.txt 102 | shell/abstract.php 103 | shell/compiler.php 104 | shell/indexer.php 105 | shell/log.php 106 | skin/adminhtml/default/default/ 107 | skin/adminhtml/default/enterprise 108 | skin/frontend/base/ 109 | skin/frontend/default/blank/ 110 | skin/frontend/default/blue/ 111 | skin/frontend/default/default/ 112 | skin/frontend/default/french/ 113 | skin/frontend/default/german/ 114 | skin/frontend/default/iphone/ 115 | skin/frontend/default/modern/ 116 | skin/frontend/enterprise 117 | skin/install/ 118 | var/ 119 | -------------------------------------------------------------------------------- /VisualStudio.gitignore: -------------------------------------------------------------------------------- 1 | ## Ignore Visual Studio temporary files, build results, and 2 | ## files generated by popular Visual Studio add-ons. 3 | 4 | # User-specific files 5 | *.suo 6 | *.user 7 | *.sln.docstates 8 | 9 | # Build results 10 | [Dd]ebug/ 11 | [Dd]ebugPublic/ 12 | [Rr]elease/ 13 | [Rr]eleases/ 14 | x64/ 15 | x86/ 16 | build/ 17 | bld/ 18 | [Bb]in/ 19 | [Oo]bj/ 20 | 21 | # Roslyn cache directories 22 | *.ide/ 23 | 24 | # MSTest test Results 25 | [Tt]est[Rr]esult*/ 26 | [Bb]uild[Ll]og.* 27 | 28 | #NUNIT 29 | *.VisualState.xml 30 | TestResult.xml 31 | 32 | # Build Results of an ATL Project 33 | [Dd]ebugPS/ 34 | [Rr]eleasePS/ 35 | dlldata.c 36 | 37 | *_i.c 38 | *_p.c 39 | *_i.h 40 | *.ilk 41 | *.meta 42 | *.obj 43 | *.pch 44 | *.pdb 45 | *.pgc 46 | *.pgd 47 | *.rsp 48 | *.sbr 49 | *.tlb 50 | *.tli 51 | *.tlh 52 | *.tmp 53 | *.tmp_proj 54 | *.log 55 | *.vspscc 56 | *.vssscc 57 | .builds 58 | *.pidb 59 | *.svclog 60 | *.scc 61 | 62 | # Chutzpah Test files 63 | _Chutzpah* 64 | 65 | # Visual C++ cache files 66 | ipch/ 67 | *.aps 68 | *.ncb 69 | *.opensdf 70 | *.sdf 71 | *.cachefile 72 | 73 | # Visual Studio profiler 74 | *.psess 75 | *.vsp 76 | *.vspx 77 | 78 | # TFS 2012 Local Workspace 79 | $tf/ 80 | 81 | # Guidance Automation Toolkit 82 | *.gpState 83 | 84 | # ReSharper is a .NET coding add-in 85 | _ReSharper*/ 86 | *.[Rr]e[Ss]harper 87 | *.DotSettings.user 88 | 89 | # JustCode is a .NET coding addin-in 90 | .JustCode 91 | 92 | # TeamCity is a build add-in 93 | _TeamCity* 94 | 95 | # DotCover is a Code Coverage Tool 96 | *.dotCover 97 | 98 | # NCrunch 99 | _NCrunch_* 100 | .*crunch*.local.xml 101 | 102 | # MightyMoose 103 | *.mm.* 104 | AutoTest.Net/ 105 | 106 | # Web workbench (sass) 107 | .sass-cache/ 108 | 109 | # Installshield output folder 110 | [Ee]xpress/ 111 | 112 | # DocProject is a documentation generator add-in 113 | DocProject/buildhelp/ 114 | DocProject/Help/*.HxT 115 | DocProject/Help/*.HxC 116 | DocProject/Help/*.hhc 117 | DocProject/Help/*.hhk 118 | DocProject/Help/*.hhp 119 | DocProject/Help/Html2 120 | DocProject/Help/html 121 | 122 | # Click-Once directory 123 | publish/ 124 | 125 | # Publish Web Output 126 | *.[Pp]ublish.xml 127 | *.azurePubxml 128 | # TODO: Comment the next line if you want to checkin your web deploy settings 129 | # but database connection strings (with potential passwords) will be unencrypted 130 | *.pubxml 131 | 132 | # NuGet Packages 133 | *.nupkg 134 | # The packages folder can be ignored because of Package Restore 135 | **/packages/* 136 | # except build/, which is used as an MSBuild target. 137 | !**/packages/build/ 138 | # If using the old MSBuild-Integrated Package Restore, uncomment this: 139 | #!**/packages/repositories.config 140 | 141 | # Windows Azure Build Output 142 | csx/ 143 | *.build.csdef 144 | 145 | # Windows Store app package directory 146 | AppPackages/ 147 | 148 | # Others 149 | sql/ 150 | *.Cache 151 | ClientBin/ 152 | [Ss]tyle[Cc]op.* 153 | ~$* 154 | *~ 155 | *.dbmdl 156 | *.dbproj.schemaview 157 | *.pfx 158 | *.publishsettings 159 | node_modules/ 160 | 161 | # RIA/Silverlight projects 162 | Generated_Code/ 163 | 164 | # Backup & report files from converting an old project file 165 | # to a newer Visual Studio version. Backup files are not needed, 166 | # because we have git ;-) 167 | _UpgradeReport_Files/ 168 | Backup*/ 169 | UpgradeLog*.XML 170 | UpgradeLog*.htm 171 | 172 | # SQL Server files 173 | *.mdf 174 | *.ldf 175 | 176 | # Business Intelligence projects 177 | *.rdl.data 178 | *.bim.layout 179 | *.bim_*.settings 180 | 181 | # Microsoft Fakes 182 | FakesAssemblies/ 183 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # A collection of `.gitignore` templates 2 | 3 | This is GitHub’s collection of [`.gitignore`][man] file templates. 4 | We use this list to populate the `.gitignore` template choosers available 5 | in the GitHub.com interface when creating new repositories and files. 6 | 7 | For more information about how `.gitignore` files work, and how to use them, 8 | the following resources are a great place to start: 9 | 10 | - The [Ignoring Files chapter][chapter] of the [Pro Git][progit] book. 11 | - The [Ignoring Files article][help] on the GitHub Help site. 12 | - The [gitignore(5)][man] manual page. 13 | 14 | [man]: http://git-scm.com/docs/gitignore 15 | [help]: https://help.github.com/articles/ignoring-files 16 | [chapter]: http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files 17 | [progit]: http://git-scm.com/book 18 | 19 | ## Folder structure 20 | 21 | The files in the root directory are for `.gitignore` templates that are 22 | project specific, such as language or framework specific templates. 23 | Global (operating system or editor specific) templates should go into the 24 | [`Global/`](./Global) directory. 25 | 26 | ## Contributing guidelines 27 | 28 | We’d love you to help us improve this project. To help us keep this collection 29 | high quality, we request that contributions adhere to the following guidelines. 30 | 31 | - **Provide a link to the application or project’s homepage**. Unless it’s 32 | extremely popular, there’s a chance the maintainers don’t know about or use 33 | the language, framework, editor, app, or project your change applies to. 34 | 35 | - **Provide links to documentation** supporting the change you’re making. 36 | Current, canonical documentation mentioning the files being ignored is best. 37 | If documentation isn’t available to support your change, do the best you can 38 | to explain what the files being ignored are for. 39 | 40 | - **Explain why you’re making a change**. Even if it seems self-evident, please 41 | take a sentence or two to tell us why your change or addition should happen. 42 | It’s especially helpful to articulate why this change applies to *everyone* 43 | who works with the applicable technology, rather than just you or your team. 44 | 45 | - **Please consider the scope of your change**. If your change specific to a 46 | certain language or framework, then make sure the change is made to the 47 | template for that language or framework, rather than to the template for an 48 | editor, tool, or operating system. 49 | 50 | - **Please only modify *one template* per pull request**. This helps keep pull 51 | requests and feedback focused on a specific project or technology. 52 | 53 | In general, the more you can do to help us understand the change you’re making, 54 | the more likely we’ll be to accept your contribution quickly. 55 | 56 | Please also understand that we can’t list every tool that ever existed. 57 | Our aim is to curate a collection of the *most common and helpful* templates, 58 | not to make sure we cover every project possible. If we choose not to 59 | include your language, tool, or project, it’s not because it’s not awesome. 60 | 61 | ## Contributing workflow 62 | 63 | Here’s how we suggest you go about proposing a change to this project: 64 | 65 | 1. [Fork this project][fork] to your account. 66 | 2. [Create a branch][branch] for the change you intend to make. 67 | 3. Make your changes to your fork. 68 | 4. [Send a pull request][pr] from your fork’s branch to our `master` branch. 69 | 70 | Using the web-based interface to make changes is fine too, and will help you 71 | by automatically forking the project and prompting to send a pull request too. 72 | 73 | [fork]: http://help.github.com/forking/ 74 | [branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository 75 | [pr]: http://help.github.com/pull-requests/ 76 | 77 | ## License 78 | 79 | [MIT](./LICENSE). 80 | -------------------------------------------------------------------------------- /Joomla.gitignore: -------------------------------------------------------------------------------- 1 | /.gitignore 2 | /.htaccess 3 | /administrator/cache/* 4 | /administrator/components/com_admin/* 5 | /administrator/components/com_banners/* 6 | /administrator/components/com_cache/* 7 | /administrator/components/com_categories/* 8 | /administrator/components/com_checkin/* 9 | /administrator/components/com_config/* 10 | /administrator/components/com_contact/* 11 | /administrator/components/com_content/* 12 | /administrator/components/com_cpanel/* 13 | /administrator/components/com_finder/* 14 | /administrator/components/com_installer/* 15 | /administrator/components/com_languages/* 16 | /administrator/components/com_login/* 17 | /administrator/components/com_media/* 18 | /administrator/components/com_menus/* 19 | /administrator/components/com_messages/* 20 | /administrator/components/com_modules/* 21 | /administrator/components/com_newsfeeds/* 22 | /administrator/components/com_plugins/* 23 | /administrator/components/com_redirect/* 24 | /administrator/components/com_search/* 25 | /administrator/components/com_templates/* 26 | /administrator/components/com_users/* 27 | /administrator/components/com_weblinks/* 28 | /administrator/components/index.html 29 | /administrator/help/* 30 | /administrator/includes/* 31 | /administrator/language/en-GB/ 32 | /administrator/language/en-GB/en-GB.com_admin.ini 33 | /administrator/language/en-GB/en-GB.com_admin.sys.ini 34 | /administrator/language/en-GB/en-GB.com_banners.ini 35 | /administrator/language/en-GB/en-GB.com_banners.sys.ini 36 | /administrator/language/en-GB/en-GB.com_cache.ini 37 | /administrator/language/en-GB/en-GB.com_cache.sys.ini 38 | /administrator/language/en-GB/en-GB.com_categories.ini 39 | /administrator/language/en-GB/en-GB.com_categories.sys.ini 40 | /administrator/language/en-GB/en-GB.com_checkin.ini 41 | /administrator/language/en-GB/en-GB.com_checkin.sys.ini 42 | /administrator/language/en-GB/en-GB.com_config.ini 43 | /administrator/language/en-GB/en-GB.com_config.sys.ini 44 | /administrator/language/en-GB/en-GB.com_contact.ini 45 | /administrator/language/en-GB/en-GB.com_contact.sys.ini 46 | /administrator/language/en-GB/en-GB.com_content.ini 47 | /administrator/language/en-GB/en-GB.com_content.sys.ini 48 | /administrator/language/en-GB/en-GB.com_cpanel.ini 49 | /administrator/language/en-GB/en-GB.com_cpanel.sys.ini 50 | /administrator/language/en-GB/en-GB.com_finder.ini 51 | /administrator/language/en-GB/en-GB.com_finder.sys.ini 52 | /administrator/language/en-GB/en-GB.com_installer.ini 53 | /administrator/language/en-GB/en-GB.com_installer.sys.ini 54 | /administrator/language/en-GB/en-GB.com_languages.ini 55 | /administrator/language/en-GB/en-GB.com_languages.sys.ini 56 | /administrator/language/en-GB/en-GB.com_login.ini 57 | /administrator/language/en-GB/en-GB.com_login.sys.ini 58 | /administrator/language/en-GB/en-GB.com_mailto.sys.ini 59 | /administrator/language/en-GB/en-GB.com_media.ini 60 | /administrator/language/en-GB/en-GB.com_media.sys.ini 61 | /administrator/language/en-GB/en-GB.com_menus.ini 62 | /administrator/language/en-GB/en-GB.com_menus.sys.ini 63 | /administrator/language/en-GB/en-GB.com_messages.ini 64 | /administrator/language/en-GB/en-GB.com_messages.sys.ini 65 | /administrator/language/en-GB/en-GB.com_modules.ini 66 | /administrator/language/en-GB/en-GB.com_modules.sys.ini 67 | /administrator/language/en-GB/en-GB.com_newsfeeds.ini 68 | /administrator/language/en-GB/en-GB.com_newsfeeds.sys.ini 69 | /administrator/language/en-GB/en-GB.com_plugins.ini 70 | /administrator/language/en-GB/en-GB.com_plugins.sys.ini 71 | /administrator/language/en-GB/en-GB.com_redirect.ini 72 | /administrator/language/en-GB/en-GB.com_redirect.sys.ini 73 | /administrator/language/en-GB/en-GB.com_search.ini 74 | /administrator/language/en-GB/en-GB.com_search.sys.ini 75 | /administrator/language/en-GB/en-GB.com_templates.ini 76 | /administrator/language/en-GB/en-GB.com_templates.sys.ini 77 | /administrator/language/en-GB/en-GB.com_users.ini 78 | /administrator/language/en-GB/en-GB.com_users.sys.ini 79 | /administrator/language/en-GB/en-GB.com_weblinks.ini 80 | /administrator/language/en-GB/en-GB.com_weblinks.sys.ini 81 | /administrator/language/en-GB/en-GB.com_wrapper.ini 82 | /administrator/language/en-GB/en-GB.com_wrapper.sys.ini 83 | /administrator/language/en-GB/en-GB.ini 84 | /administrator/language/en-GB/en-GB.lib_joomla.ini 85 | /administrator/language/en-GB/en-GB.localise.php 86 | /administrator/language/en-GB/en-GB.mod_custom.ini 87 | /administrator/language/en-GB/en-GB.mod_custom.sys.ini 88 | /administrator/language/en-GB/en-GB.mod_feed.ini 89 | /administrator/language/en-GB/en-GB.mod_feed.sys.ini 90 | /administrator/language/en-GB/en-GB.mod_latest.ini 91 | /administrator/language/en-GB/en-GB.mod_latest.sys.ini 92 | /administrator/language/en-GB/en-GB.mod_logged.ini 93 | /administrator/language/en-GB/en-GB.mod_logged.sys.ini 94 | /administrator/language/en-GB/en-GB.mod_login.ini 95 | /administrator/language/en-GB/en-GB.mod_login.sys.ini 96 | /administrator/language/en-GB/en-GB.mod_menu.ini 97 | /administrator/language/en-GB/en-GB.mod_menu.sys.ini 98 | /administrator/language/en-GB/en-GB.mod_multilangstatus.ini 99 | /administrator/language/en-GB/en-GB.mod_multilangstatus.sys.ini 100 | /administrator/language/en-GB/en-GB.mod_online.ini 101 | /administrator/language/en-GB/en-GB.mod_online.sys.ini 102 | /administrator/language/en-GB/en-GB.mod_popular.ini 103 | /administrator/language/en-GB/en-GB.mod_popular.sys.ini 104 | /administrator/language/en-GB/en-GB.mod_quickicon.ini 105 | /administrator/language/en-GB/en-GB.mod_quickicon.sys.ini 106 | /administrator/language/en-GB/en-GB.mod_status.ini 107 | /administrator/language/en-GB/en-GB.mod_status.sys.ini 108 | /administrator/language/en-GB/en-GB.mod_submenu.ini 109 | /administrator/language/en-GB/en-GB.mod_submenu.sys.ini 110 | /administrator/language/en-GB/en-GB.mod_title.ini 111 | /administrator/language/en-GB/en-GB.mod_title.sys.ini 112 | /administrator/language/en-GB/en-GB.mod_toolbar.ini 113 | /administrator/language/en-GB/en-GB.mod_toolbar.sys.ini 114 | /administrator/language/en-GB/en-GB.mod_unread.ini 115 | /administrator/language/en-GB/en-GB.mod_unread.sys.ini 116 | /administrator/language/en-GB/en-GB.mod_version.ini 117 | /administrator/language/en-GB/en-GB.mod_version.sys.ini 118 | /administrator/language/en-GB/en-GB.plg_authentication_example.ini 119 | /administrator/language/en-GB/en-GB.plg_authentication_example.sys.ini 120 | /administrator/language/en-GB/en-GB.plg_authentication_gmail.ini 121 | /administrator/language/en-GB/en-GB.plg_authentication_gmail.sys.ini 122 | /administrator/language/en-GB/en-GB.plg_authentication_joomla.ini 123 | /administrator/language/en-GB/en-GB.plg_authentication_joomla.sys.ini 124 | /administrator/language/en-GB/en-GB.plg_authentication_ldap.ini 125 | /administrator/language/en-GB/en-GB.plg_authentication_ldap.sys.ini 126 | /administrator/language/en-GB/en-GB.plg_captcha_recaptcha.ini 127 | /administrator/language/en-GB/en-GB.plg_captcha_recaptcha.sys.ini 128 | /administrator/language/en-GB/en-GB.plg_content_emailcloak.ini 129 | /administrator/language/en-GB/en-GB.plg_content_emailcloak.sys.ini 130 | /administrator/language/en-GB/en-GB.plg_content_geshi.ini 131 | /administrator/language/en-GB/en-GB.plg_content_geshi.sys.ini 132 | /administrator/language/en-GB/en-GB.plg_content_joomla.ini 133 | /administrator/language/en-GB/en-GB.plg_content_joomla.sys.ini 134 | /administrator/language/en-GB/en-GB.plg_content_loadmodule.ini 135 | /administrator/language/en-GB/en-GB.plg_content_loadmodule.sys.ini 136 | /administrator/language/en-GB/en-GB.plg_content_pagebreak.ini 137 | /administrator/language/en-GB/en-GB.plg_content_pagebreak.sys.ini 138 | /administrator/language/en-GB/en-GB.plg_content_pagenavigation.ini 139 | /administrator/language/en-GB/en-GB.plg_content_pagenavigation.sys.ini 140 | /administrator/language/en-GB/en-GB.plg_content_vote.ini 141 | /administrator/language/en-GB/en-GB.plg_content_vote.sys.ini 142 | /administrator/language/en-GB/en-GB.plg_editors_codemirror.ini 143 | /administrator/language/en-GB/en-GB.plg_editors_codemirror.sys.ini 144 | /administrator/language/en-GB/en-GB.plg_editors_none.ini 145 | /administrator/language/en-GB/en-GB.plg_editors_none.sys.ini 146 | /administrator/language/en-GB/en-GB.plg_editors_tinymce.ini 147 | /administrator/language/en-GB/en-GB.plg_editors_tinymce.sys.ini 148 | /administrator/language/en-GB/en-GB.plg_editors-xtd_article.ini 149 | /administrator/language/en-GB/en-GB.plg_editors-xtd_article.sys.ini 150 | /administrator/language/en-GB/en-GB.plg_editors-xtd_image.ini 151 | /administrator/language/en-GB/en-GB.plg_editors-xtd_image.sys.ini 152 | /administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.ini 153 | /administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.sys.ini 154 | /administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.ini 155 | /administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.sys.ini 156 | /administrator/language/en-GB/en-GB.plg_extension_joomla.ini 157 | /administrator/language/en-GB/en-GB.plg_extension_joomla.sys.ini 158 | /administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.ini 159 | /administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.sys.ini 160 | /administrator/language/en-GB/en-GB.plg_search_categories.ini 161 | /administrator/language/en-GB/en-GB.plg_search_categories.sys.ini 162 | /administrator/language/en-GB/en-GB.plg_search_contacts.ini 163 | /administrator/language/en-GB/en-GB.plg_search_contacts.sys.ini 164 | /administrator/language/en-GB/en-GB.plg_search_content.ini 165 | /administrator/language/en-GB/en-GB.plg_search_content.sys.ini 166 | /administrator/language/en-GB/en-GB.plg_search_newsfeeds.ini 167 | /administrator/language/en-GB/en-GB.plg_search_newsfeeds.sys.ini 168 | /administrator/language/en-GB/en-GB.plg_search_weblinks.ini 169 | /administrator/language/en-GB/en-GB.plg_search_weblinks.sys.ini 170 | /administrator/language/en-GB/en-GB.plg_system_cache.ini 171 | /administrator/language/en-GB/en-GB.plg_system_cache.sys.ini 172 | /administrator/language/en-GB/en-GB.plg_system_debug.ini 173 | /administrator/language/en-GB/en-GB.plg_system_debug.sys.ini 174 | /administrator/language/en-GB/en-GB.plg_system_highlight.ini 175 | /administrator/language/en-GB/en-GB.plg_system_highlight.sys.ini 176 | /administrator/language/en-GB/en-GB.plg_system_languagefilter.ini 177 | /administrator/language/en-GB/en-GB.plg_system_languagefilter.sys.ini 178 | /administrator/language/en-GB/en-GB.plg_system_log.ini 179 | /administrator/language/en-GB/en-GB.plg_system_logout.ini 180 | /administrator/language/en-GB/en-GB.plg_system_logout.sys.ini 181 | /administrator/language/en-GB/en-GB.plg_system_log.sys.ini 182 | /administrator/language/en-GB/en-GB.plg_system_p3p.ini 183 | /administrator/language/en-GB/en-GB.plg_system_p3p.sys.ini 184 | /administrator/language/en-GB/en-GB.plg_system_redirect.ini 185 | /administrator/language/en-GB/en-GB.plg_system_redirect.sys.ini 186 | /administrator/language/en-GB/en-GB.plg_system_remember.ini 187 | /administrator/language/en-GB/en-GB.plg_system_remember.sys.ini 188 | /administrator/language/en-GB/en-GB.plg_system_sef.ini 189 | /administrator/language/en-GB/en-GB.plg_system_sef.sys.ini 190 | /administrator/language/en-GB/en-GB.plg_user_contactcreator.ini 191 | /administrator/language/en-GB/en-GB.plg_user_contactcreator.sys.ini 192 | /administrator/language/en-GB/en-GB.plg_user_joomla.ini 193 | /administrator/language/en-GB/en-GB.plg_user_joomla.sys.ini 194 | /administrator/language/en-GB/en-GB.plg_user_profile.ini 195 | /administrator/language/en-GB/en-GB.plg_user_profile.sys.ini 196 | /administrator/language/en-GB/en-GB.tpl_bluestork.ini 197 | /administrator/language/en-GB/en-GB.tpl_bluestork.sys.ini 198 | /administrator/language/en-GB/en-GB.tpl_hathor.ini 199 | /administrator/language/en-GB/en-GB.tpl_hathor.sys.ini 200 | /administrator/language/en-GB/en-GB.xml 201 | /administrator/language/en-GB/index.html 202 | /administrator/language/overrides/* 203 | /administrator/language/index.html 204 | /administrator/manifests/* 205 | /administrator/modules/mod_custom/* 206 | /administrator/modules/mod_feed/* 207 | /administrator/modules/mod_latest/* 208 | /administrator/modules/mod_logged/* 209 | /administrator/modules/mod_login/* 210 | /administrator/modules/mod_menu/* 211 | /administrator/modules/mod_multilangstatus/* 212 | /administrator/modules/mod_online/* 213 | /administrator/modules/mod_popular/* 214 | /administrator/modules/mod_quickicon/* 215 | /administrator/modules/mod_status/* 216 | /administrator/modules/mod_submenu/* 217 | /administrator/modules/mod_title/* 218 | /administrator/modules/mod_toolbar/* 219 | /administrator/modules/mod_unread/* 220 | /administrator/modules/mod_version/* 221 | /administrator/modules/index.html 222 | /administrator/templates/bluestork/* 223 | /administrator/templates/hathor/* 224 | /administrator/templates/system/* 225 | /administrator/templates/index.html 226 | /administrator/index.php 227 | /cache/* 228 | /cli/* 229 | /components/com_banners/* 230 | /components/com_contact/* 231 | /components/com_content/* 232 | /components/com_finder/* 233 | /components/com_mailto/* 234 | /components/com_media/* 235 | /components/com_newsfeeds/* 236 | /components/com_search/* 237 | /components/com_users/* 238 | /components/com_weblinks/* 239 | /components/com_wrapper/* 240 | /components/index.html 241 | /images/banners/* 242 | /images/sampledata/* 243 | /images/joomla* 244 | /images/index.html 245 | /images/powered_by.png 246 | /includes/* 247 | /installation/* 248 | /language/en-GB/en-GB.com_contact.ini 249 | /language/en-GB/en-GB.com_content.ini 250 | /language/en-GB/en-GB.com_mailto.ini 251 | /language/en-GB/en-GB.com_media.ini 252 | /language/en-GB/en-GB.com_messages.ini 253 | /language/en-GB/en-GB.com_newsfeeds.ini 254 | /language/en-GB/en-GB.com_search.ini 255 | /language/en-GB/en-GB.com_users.ini 256 | /language/en-GB/en-GB.com_weblinks.ini 257 | /language/en-GB/en-GB.com_wrapper.ini 258 | /language/en-GB/en-GB.files_joomla.sys.ini 259 | /language/en-GB/en-GB.ini 260 | /language/en-GB/en-GB.lib_joomla.ini 261 | /language/en-GB/en-GB.localise.php 262 | /language/en-GB/en-GB.mod_articles_archive.ini 263 | /language/en-GB/en-GB.mod_articles_archive.sys.ini 264 | /language/en-GB/en-GB.mod_articles_categories.ini 265 | /language/en-GB/en-GB.mod_articles_categories.sys.ini 266 | /language/en-GB/en-GB.mod_articles_category.ini 267 | /language/en-GB/en-GB.mod_articles_category.sys.ini 268 | /language/en-GB/en-GB.mod_articles_latest.ini 269 | /language/en-GB/en-GB.mod_articles_latest.sys.ini 270 | /language/en-GB/en-GB.mod_articles_news.ini 271 | /language/en-GB/en-GB.mod_articles_news.sys.ini 272 | /language/en-GB/en-GB.mod_articles_popular.ini 273 | /language/en-GB/en-GB.mod_articles_popular.sys.ini 274 | /language/en-GB/en-GB.mod_banners.ini 275 | /language/en-GB/en-GB.mod_banners.sys.ini 276 | /language/en-GB/en-GB.mod_breadcrumbs.ini 277 | /language/en-GB/en-GB.mod_breadcrumbs.sys.ini 278 | /language/en-GB/en-GB.mod_custom.ini 279 | /language/en-GB/en-GB.mod_custom.sys.ini 280 | /language/en-GB/en-GB.mod_feed.ini 281 | /language/en-GB/en-GB.mod_feed.sys.ini 282 | /language/en-GB/en-GB.mod_footer.ini 283 | /language/en-GB/en-GB.mod_footer.sys.ini 284 | /language/en-GB/en-GB.mod_languages.ini 285 | /language/en-GB/en-GB.mod_languages.sys.ini 286 | /language/en-GB/en-GB.mod_login.ini 287 | /language/en-GB/en-GB.mod_login.sys.ini 288 | /language/en-GB/en-GB.mod_menu.ini 289 | /language/en-GB/en-GB.mod_menu.sys.ini 290 | /language/en-GB/en-GB.mod_random_image.ini 291 | /language/en-GB/en-GB.mod_random_image.sys.ini 292 | /language/en-GB/en-GB.mod_related_items.ini 293 | /language/en-GB/en-GB.mod_related_items.sys.ini 294 | /language/en-GB/en-GB.mod_search.ini 295 | /language/en-GB/en-GB.mod_search.sys.ini 296 | /language/en-GB/en-GB.mod_stats.ini 297 | /language/en-GB/en-GB.mod_stats.sys.ini 298 | /language/en-GB/en-GB.mod_syndicate.ini 299 | /language/en-GB/en-GB.mod_syndicate.sys.ini 300 | /language/en-GB/en-GB.mod_users_latest.ini 301 | /language/en-GB/en-GB.mod_users_latest.sys.ini 302 | /language/en-GB/en-GB.mod_weblinks.ini 303 | /language/en-GB/en-GB.mod_weblinks.sys.ini 304 | /language/en-GB/en-GB.mod_whosonline.ini 305 | /language/en-GB/en-GB.mod_whosonline.sys.ini 306 | /language/en-GB/en-GB.mod_wrapper.ini 307 | /language/en-GB/en-GB.mod_wrapper.sys.ini 308 | /language/en-GB/en-GB.tpl_atomic.ini 309 | /language/en-GB/en-GB.tpl_atomic.sys.ini 310 | /language/en-GB/en-GB.tpl_beez_20.ini 311 | /language/en-GB/en-GB.tpl_beez_20.sys.ini 312 | /language/en-GB/en-GB.tpl_beez5.ini 313 | /language/en-GB/en-GB.tpl_beez5.sys.ini 314 | /language/en-GB/en-GB.xml 315 | /language/en-GB/index.html 316 | /language/en-GB/install.xml 317 | /language/overrides/* 318 | /language/index.html 319 | /libraries/cms.php 320 | /libraries/cms/* 321 | /libraries/joomla/* 322 | /libraries/phpmailer/* 323 | /libraries/phputf8/* 324 | /libraries/simplepie/* 325 | /libraries/index.html 326 | /libraries/import.php 327 | /libraries/loader.php 328 | /libraries/platform.php 329 | /logs/* 330 | /media/cms/* 331 | /media/com_finder/* 332 | /media/contacts/* 333 | /media/editors/* 334 | /media/mailto/* 335 | /media/media/* 336 | /media/mod_languages/* 337 | /media/overrider/* 338 | /media/plg_quickicon_extensionupdate/* 339 | /media/plg_quickicon_joomlaupdate/* 340 | /media/plg_system_highlight/* 341 | /media/system/* 342 | /media/index.html 343 | /modules/mod_articles_archive/* 344 | /modules/mod_articles_categories/* 345 | /modules/mod_articles_category/* 346 | /modules/mod_articles_latest/* 347 | /modules/mod_articles_news/* 348 | /modules/mod_articles_popular/* 349 | /modules/mod_banners/* 350 | /modules/mod_breadcrumbs/* 351 | /modules/mod_custom/* 352 | /modules/mod_feed/* 353 | /modules/mod_finder/* 354 | /modules/mod_footer/* 355 | /modules/mod_languages/* 356 | /modules/mod_login/* 357 | /modules/mod_menu/* 358 | /modules/mod_random_image/* 359 | /modules/mod_related_items/* 360 | /modules/mod_search/* 361 | /modules/mod_stats/* 362 | /modules/mod_syndicate/* 363 | /modules/mod_users_latest/* 364 | /modules/mod_weblinks/* 365 | /modules/mod_whosonline/* 366 | /modules/mod_wrapper/* 367 | /modules/index.html 368 | /plugins/authentication/example/* 369 | /plugins/authentication/gmail/* 370 | /plugins/authentication/joomla/* 371 | /plugins/authentication/ldap/* 372 | /plugins/authentication/index.html 373 | /plugins/captcha/recaptcha/* 374 | /plugins/content/emailcloak/* 375 | /plugins/content/example/* 376 | /plugins/content/finder/* 377 | /plugins/content/geshi/* 378 | /plugins/content/joomla/* 379 | /plugins/content/loadmodule/* 380 | /plugins/content/pagebreak/* 381 | /plugins/content/pagenavigation/* 382 | /plugins/content/vote/* 383 | /plugins/content/index.html 384 | /plugins/editors/codemirror/* 385 | /plugins/editors/none/* 386 | /plugins/editors/tinymce/* 387 | /plugins/editors/index.html 388 | /plugins/editors-xtd/article/* 389 | /plugins/editors-xtd/image/* 390 | /plugins/editors-xtd/pagebreak/* 391 | /plugins/editors-xtd/readmore/* 392 | /plugins/editors-xtd/index.html 393 | /plugins/extension/example/* 394 | /plugins/extension/joomla/* 395 | /plugins/extension/index.html 396 | /plugins/finder/index.html 397 | /plugins/finder/categories/* 398 | /plugins/finder/contacts/* 399 | /plugins/finder/content/* 400 | /plugins/finder/newsfeeds/* 401 | /plugins/finder/weblinks/* 402 | /plugins/quickicon/extensionupdate/* 403 | /plugins/quickicon/joomlaupdate/* 404 | /plugins/search/categories/* 405 | /plugins/search/contacts/* 406 | /plugins/search/content/* 407 | /plugins/search/newsfeeds/* 408 | /plugins/search/weblinks/* 409 | /plugins/search/index.html 410 | /plugins/system/cache/* 411 | /plugins/system/debug/* 412 | /plugins/system/highlight/* 413 | /plugins/system/languagecode/* 414 | /plugins/system/languagefilter/* 415 | /plugins/system/log/* 416 | /plugins/system/logout/* 417 | /plugins/system/p3p/* 418 | /plugins/system/redirect/* 419 | /plugins/system/remember/* 420 | /plugins/system/sef/* 421 | /plugins/system/index.html 422 | /plugins/user/contactcreator/* 423 | /plugins/user/example/* 424 | /plugins/user/joomla/* 425 | /plugins/user/profile/* 426 | /plugins/user/index.html 427 | /plugins/index.html 428 | /templates/atomic/* 429 | /templates/beez_20/* 430 | /templates/beez5/* 431 | /templates/system/* 432 | /templates/index.html 433 | /tmp/* 434 | /configuration.php 435 | /index.php 436 | /joomla.xml 437 | /*.txt 438 | --------------------------------------------------------------------------------