diff options
author | Jeff Bradberry <jeff.bradberry@gmail.com> | 2024-05-08 16:08:02 +0200 |
---|---|---|
committer | Jeff Bradberry <jeff.bradberry@gmail.com> | 2024-06-10 22:36:22 +0200 |
commit | fe77fda7b23e3f0d8980fda06c64a62a3fd8aade (patch) | |
tree | 43ec4903369f7643299778ecb84efc104032af6e /tools | |
parent | Modify the role parent check logic to stay in the roles as much as possible (diff) | |
download | awx-fe77fda7b23e3f0d8980fda06c64a62a3fd8aade.tar.xz awx-fe77fda7b23e3f0d8980fda06c64a62a3fd8aade.zip |
Exclude more files in the .gitignore
Diffstat (limited to 'tools')
-rw-r--r-- | tools/scripts/ig-hotfix/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/scripts/ig-hotfix/.gitignore b/tools/scripts/ig-hotfix/.gitignore index a946df02b7..c75dd77f73 100644 --- a/tools/scripts/ig-hotfix/.gitignore +++ b/tools/scripts/ig-hotfix/.gitignore @@ -1,2 +1,7 @@ *~ customer-backup.tar.* +*.db +*.log +*.dot +*.png +*.tar.* |