Modify .gitignore to ignore documentation auto-generated files
This commit is contained in:
parent
09d9cf2952
commit
78542e7bbd
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -20,3 +20,12 @@ libreplan-webapp/*.log.????-??-??
|
|||
#ignore backup files
|
||||
*~
|
||||
\#*\#
|
||||
|
||||
# ignore documentation auto-generated files
|
||||
doc/src/user/en/html/
|
||||
doc/src/user/en/index.rst
|
||||
doc/src/user/es/html/
|
||||
doc/src/user/es/index.rst
|
||||
doc/src/user/gl/html/
|
||||
doc/src/user/gl/index.rst
|
||||
libreplan-webapp/src/main/webapp/help/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue