소스 검색

File are for example parse.~pas

*.~*~ not match backup files
Andrzej Borucki 12 년 전
부모
커밋
40dc966e27
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Delphi.gitignore

+ 2 - 2
Delphi.gitignore

@@ -1,5 +1,5 @@
 *.dcu
-*.~*~
+*.~*
 *.local
 *.identcache
 __history
@@ -7,4 +7,4 @@ __history
 *.map
 *.exe
 *.dll
-bin/*
+bin/*