소스 검색

.dll und .exe zu gitignore hinzugefügt

Kolja Strohm 5 년 전
부모
커밋
cfa688f27c
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      .gitignore
  2. BIN
      GSL Konverter/framework.dll

+ 4 - 1
.gitignore

@@ -258,4 +258,7 @@ paket-files/
 
 # Python Tools for Visual Studio (PTVS)
 __pycache__/
-*.pyc
+*.pyc
+
+*.dll
+*.exe

BIN
GSL Konverter/framework.dll