diff options
author | Brian Douglas <bdougie@users.noreply.github.com> | 2021-12-11 08:45:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-11 08:45:25 -0800 |
commit | dd9c41b6088bb200e53d4c4ba4d72f8218b2e898 (patch) | |
tree | 6c16e199ca65c0c7fd428bfe42fec78b6e925d02 | |
parent | cdde85a36ecb48a162385829d198a7a5bf429a63 (diff) | |
parent | 7382f5631816feaa0c6a64ba3fe79edd465f6a18 (diff) | |
download | gitignore-dd9c41b6088bb200e53d4c4ba4d72f8218b2e898.tar.gz gitignore-dd9c41b6088bb200e53d4c4ba4d72f8218b2e898.zip |
Merge pull request #3801 from rcmaehl/patch-1
-rw-r--r-- | community/AutoIt.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/AutoIt.gitignore b/community/AutoIt.gitignore new file mode 100644 index 00000000..1310b931 --- /dev/null +++ b/community/AutoIt.gitignore @@ -0,0 +1,8 @@ +# Compiled Scripts +*.a3x + +# Tidy Auto-Generated Backups +Backup/* + +# Au3Stripper Auto-Generated Files +*_stripped.au3 |