Reorganize .gitignore
- Delete duplicates - Add leading slash to /doc/html - Typo
This commit is contained in:
parent
02cabef99d
commit
cce1a96bee
1 changed files with 6 additions and 7 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -2,13 +2,11 @@ favicon.*
|
||||||
.htconfig.php
|
.htconfig.php
|
||||||
.htpreconfig.php
|
.htpreconfig.php
|
||||||
\#*
|
\#*
|
||||||
include/jquery-1.4.2.min.js
|
|
||||||
*.log
|
*.log
|
||||||
*.out
|
*.out
|
||||||
*.version*
|
*.version*
|
||||||
favicon.*
|
|
||||||
home.html
|
home.html
|
||||||
addon
|
|
||||||
*~
|
*~
|
||||||
robots.txt
|
robots.txt
|
||||||
|
|
||||||
|
@ -16,9 +14,9 @@ robots.txt
|
||||||
/config/local.ini.php
|
/config/local.ini.php
|
||||||
|
|
||||||
#ignore documentation, it should be newly built
|
#ignore documentation, it should be newly built
|
||||||
doc/html
|
/doc/html
|
||||||
|
|
||||||
#ignore reports, should be generted with every build
|
#ignore reports, should be generated with every build
|
||||||
report/
|
report/
|
||||||
|
|
||||||
#ignore config files from eclipse, we don't want IDE files in our repository
|
#ignore config files from eclipse, we don't want IDE files in our repository
|
||||||
|
@ -64,5 +62,6 @@ venv/
|
||||||
#ignore config files from JetBrains
|
#ignore config files from JetBrains
|
||||||
/.idea
|
/.idea
|
||||||
|
|
||||||
#ignore addons/ directory
|
#ignore addons directory
|
||||||
addons/
|
/addons
|
||||||
|
/addon
|
Loading…
Reference in a new issue