소스 검색

Add python-version to gitignore (#12678)

Andrew Kannan 4 년 전
부모
커밋
b5419bd574
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -72,6 +72,7 @@ id_rsa_*
 
 # python things
 __pycache__
+.python-version
 
 # prerequisites for updating ChibiOS
 /util/fmpp*