소스 검색

Merge pull request #1261 from jaxx/master

Ignore debug information files
Carl Suster 10 년 전
부모
커밋
986530f3e0
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Global/Lazarus.gitignore

+ 3 - 0
Global/Lazarus.gitignore

@@ -8,5 +8,8 @@ lib/
 *.or
 *.ppu
 
+#ignore debug information files
+*.dbg
+
 #exclude executable output in windows
 *.exe