Explorar el Código

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.
Robert C. Maehl hace 3 años
padre
commit
823c26086a
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      AutoIt.gitignore

+ 5 - 0
AutoIt.gitignore

@@ -0,0 +1,5 @@
+# Tidy Auto-Generated Backups
+Backup/*
+
+# Au3Stripper Auto-Generated Files
+*_stripped.au3