Merge branch 'install_24_STABLE' of git://git.moodle.org/moodle-install into MOODLE_2...
[moodle.git] / .gitignore
blobe27bed209a590653e734c1618a4a417617bd7467
1 # This file specifies intentionally untracked files that all Moodle git
2 # repositories should ignore. It is recommended not to modify this file in your
3 # local clone. Instead, use .git/info/exclude and add new records there as
4 # needed.
6 # Example: if you deploy a contributed plugin mod/foobar into your site, put
7 # the following line into .git/info/exclude file in your Moodle clone:
8 # /mod/foobar/
10 # See gitignore(5) man page for more details
12 /config.php
13 /lib/editor/tinymce/extra/tools/temp/
15 *.swp
16 /tags
17 /TAGS
18 /cscope.*
19 /.patches/
20 /.idea/
21 /nbproject/
22 CVS
23 .DS_Store
24 /.settings/
25 /.project
26 /.buildpath
27 /.cache
28 phpunit.xml
29 # Composer support - only composer.json is to be in git, the rest is installed in each checkout.
30 composer.phar
31 composer.lock
32 /vendor/