Просмотр исходного кода

add .eggs/ directory to Python.gitignore

Stephan Kuschel 10 лет назад
Родитель
Сommit
8f8e4e79bd
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Python.gitignore

+ 1 - 0
Python.gitignore

@@ -13,6 +13,7 @@ develop-eggs/
 dist/
 downloads/
 eggs/
+.eggs/
 lib/
 lib64/
 parts/