Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
64c7c863
Kaydet (Commit)
64c7c863
authored
Eyl 05, 2016
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Minor improvements to the vcs ignore files
üst
4847f319
63cf72d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
.gitignore
.gitignore
+4
-3
.hgignore
.hgignore
+3
-0
No files found.
.gitignore
Dosyayı görüntüle @
64c7c863
# Two-trick pony for OSX and other case insensitive file systems:
# Two-trick pony for OSX and other case insensitive file systems:
# Ignore ./python binary on Unix but still look into ./Python/ directory.
# Ignore ./python binary on Unix but still look into ./Python/ directory.
/python
/python
!/Python/
**
!/Python/
*.cover
*.cover
*.o
*.o
*.orig
*.orig
...
@@ -69,8 +69,8 @@ config.status
...
@@ -69,8 +69,8 @@ config.status
config.status.lineno
config.status.lineno
core
core
db_home
db_home
config.log
.hg/
config.status
ipch/
libpython*.a
libpython*.a
libpython*.so*
libpython*.so*
platform
platform
...
@@ -93,4 +93,5 @@ htmlcov/
...
@@ -93,4 +93,5 @@ htmlcov/
Tools/msi/obj
Tools/msi/obj
Tools/ssl/amd64
Tools/ssl/amd64
Tools/ssl/win32
Tools/ssl/win32
.vs/
.vscode/
.vscode/
.hgignore
Dosyayı görüntüle @
64c7c863
...
@@ -95,7 +95,10 @@ htmlcov/
...
@@ -95,7 +95,10 @@ htmlcov/
*.gcda
*.gcda
*.gcno
*.gcno
*.gcov
*.gcov
ipch/
coverage.info
coverage.info
Tools/msi/obj
Tools/msi/obj
Tools/ssl/amd64
Tools/ssl/amd64
Tools/ssl/win32
Tools/ssl/win32
.vs/
.vscode/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment