소스 검색

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 3 년 전
부모
커밋
823c26086a
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      AutoIt.gitignore

+ 5 - 0
AutoIt.gitignore

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