Skip to content

Commit

Permalink
Merge pull request #6 from ansible-lockdown/georgenalen
Browse files Browse the repository at this point in the history
added gitignore
  • Loading branch information
carnells authored Nov 5, 2020
2 parents 0bbd547 + bb65969 commit 1713d32
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified .github/.DS_Store
Binary file not shown.
44 changes: 44 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
.env
*.log
*.retry
.vagrant
tests/*redhat-subscription
tests/Dockerfile
*.iso
*.box
packer_cache
delete*
ignore*
# VSCode
.vscode

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# DS_Store
.DS_Store
._*

# Linux Editors
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.elc
auto-save-list
tramp
.\#*
*.swp
*.swo
rh-creds.env
travis.env

# Lockdown-specific
benchparse/
*xccdf.xml
*.retry

# GitHub Action/Workflow files
.github/

0 comments on commit 1713d32

Please sign in to comment.