forked from ComplianceAsCode/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (39 loc) · 956 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Files and directories not to track in git tree
# Global files for the entire tree
*.swp
*~
*.pyc
# Build files
rpmbuild
scap-security-guide.spec
container_build/
build/
# Ignore docs tmp directories
docs/Developer_Guide/tmp
docs/SCAP_and_STIG_Workshop/tmp
docs/User_Guide/tmp
# Ignore docs publish directories
docs/Developer_Guide/publish
docs/SCAP_and_STIG_Workshop/publish
docs/User_Guide/publish
# Ignore docs SCAP_Security_Guide directory
docs/html/en-US/SCAP_Security_Guide
# Ignore PCI_DSS_v3-1.pdf
shared/transforms/pcidss/PCI_DSS_v3-1.pdf
# Ignore zipfile and tarball dirs
zipfile/
tarball/
# Ignore QtCreator files
CMakeLists.txt.user
# Ignore VIM's ropeproject files
.ropeproject
# Ignore pytest cache
.pytest_cache/
# Ignore Visual Studio Code configuration files
.vscode/
# Ignore release tools data file
release_tools/.env
release_tools/.jenkins_builds
release_tools/*.log
release_tools/release_notes.txt
release_tools/artifacts