mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-09 06:40:03 -07:00
Add some docssite and deb package related stuff to gitignore.
This commit is contained in:
parent
f3d7294690
commit
d5837aab23
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -19,3 +19,12 @@ docs/man/man3/*
|
||||||
# Sublime stuff
|
# Sublime stuff
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
# docsite stuff
|
||||||
|
docsite/rst/modules
|
||||||
|
docsite/YAMLSyntax.html
|
||||||
|
docsite/*.html
|
||||||
|
docsite/_static/*.gif
|
||||||
|
docsite/_static/*.png
|
||||||
|
docsite/_static/websupport.js
|
||||||
|
# deb building stuff
|
||||||
|
debian/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue