From 823c26086a014bfbf46dc47af44197917eb92761 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Wed, 4 Aug 2021 14:38:20 -0400 Subject: [PATCH 1/3] Create AutoIt.gitignore This is a gitignore template for the AutoIt v3 Language. This tool automatically excludes files created by some of it's tools such as automated backups. --- AutoIt.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 AutoIt.gitignore diff --git a/AutoIt.gitignore b/AutoIt.gitignore new file mode 100644 index 00000000..42bff43d --- /dev/null +++ b/AutoIt.gitignore @@ -0,0 +1,5 @@ +# Tidy Auto-Generated Backups +Backup/* + +# Au3Stripper Auto-Generated Files +*_stripped.au3 From 9a050f70afbf2713c98f6a92d1c7435a4d4709aa Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Fri, 6 Aug 2021 13:07:18 -0400 Subject: [PATCH 2/3] Update AutoIt.gitignore --- AutoIt.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AutoIt.gitignore b/AutoIt.gitignore index 42bff43d..1310b931 100644 --- a/AutoIt.gitignore +++ b/AutoIt.gitignore @@ -1,3 +1,6 @@ +# Compiled Scripts +*.a3x + # Tidy Auto-Generated Backups Backup/* From 7382f5631816feaa0c6a64ba3fe79edd465f6a18 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Sat, 11 Dec 2021 11:26:58 -0500 Subject: [PATCH 3/3] Rename AutoIt.gitignore to community/AutoIt.gitignore --- AutoIt.gitignore => community/AutoIt.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename AutoIt.gitignore => community/AutoIt.gitignore (100%) diff --git a/AutoIt.gitignore b/community/AutoIt.gitignore similarity index 100% rename from AutoIt.gitignore rename to community/AutoIt.gitignore