3fdc656721
This patch updates the documentation and the sphinx extension to write the docs for the RHEL 7 STIG content. The RHEL 7 content is still hidden for now since it will be under active development for a while. Special note: There are some typos in version 0.2 of the XML for the STIG and those typos exist in the automatically generated documentation, too. A new version of the STIG XML is due out very soon which should correct these. Implements: bp/security-rhel7-stig Change-Id: I70dcebdd45ca65e5ae7734c19ee8523fba581e18
74 lines
915 B
Plaintext
74 lines
915 B
Plaintext
# Compiled source #
|
|
###################
|
|
*.com
|
|
*.class
|
|
*.dll
|
|
*.exe
|
|
*.o
|
|
*.so
|
|
*.pyc
|
|
build/
|
|
dist/
|
|
doc/build/
|
|
|
|
# Packages #
|
|
############
|
|
# it's better to unpack these files and commit the raw source
|
|
# git has its own built in compression methods
|
|
*.7z
|
|
*.dmg
|
|
*.gz
|
|
*.iso
|
|
*.jar
|
|
*.rar
|
|
*.tar
|
|
*.zip
|
|
|
|
# Logs and databases #
|
|
######################
|
|
*.log
|
|
*.sql
|
|
*.sqlite
|
|
logs/*
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
.idea
|
|
.tox
|
|
*.sublime*
|
|
*.egg-info
|
|
Icon?
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
.eggs
|
|
|
|
# User driven backup files #
|
|
############################
|
|
*.bak
|
|
*.swp
|
|
|
|
# Generated by pbr while building docs
|
|
######################################
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Test temp files
|
|
tests/plugins
|
|
tests/playbooks
|
|
tests/test.retry
|
|
|
|
# Vagrant artifacts
|
|
.vagrant
|
|
|
|
# Auto-generated documentation
|
|
doc/source/auto_*
|
|
doc/source/rhel7
|