Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f50389

Browse files
committed
#14472: Update .gitignore
Patch by Matej Cepl.
1 parent 979f37a commit 1f50389

3 files changed

Lines changed: 22 additions & 0 deletions

File tree

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@
55
*.pyd
66
*.pyo
77
*.rej
8+
*.swp
89
*~
10+
.gdb_history
911
Doc/build/
1012
Doc/tools/docutils/
13+
Doc/tools/jinja/
1114
Doc/tools/jinja2/
1215
Doc/tools/pygments/
1316
Doc/tools/sphinx/
1417
Lib/lib2to3/*.pickle
18+
Lib/plat-mac/errors.rsrc.df.rsrc
1519
Makefile
1620
Makefile.pre
1721
Misc/python.pc
@@ -30,20 +34,35 @@ PCbuild/*.ncb
3034
PCbuild/*.o
3135
PCbuild/*.pdb
3236
PCbuild/Win32-temp-*
37+
PCbuild/amd64/
38+
.purify
3339
Parser/pgen
3440
Parser/pgen.stamp
3541
__pycache__
3642
autom4te.cache
3743
build/
44+
buildno
45+
config.cache
46+
config.log
47+
config.status
48+
config.status.lineno
49+
core
50+
db_home
3851
config.log
3952
config.status
4053
libpython*.a
4154
libpython*.so*
55+
platform
4256
pybuilddir.txt
4357
pyconfig.h
4458
python
59+
python.exe
4560
python-gdb.py
61+
python.exe-gdb.py
62+
reflog.txt
63+
.svn/
4664
tags
65+
TAGS
4766
.coverage
4867
coverage/
4968
htmlcov/

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ Lorenzo M. Catucci
150150
Donn Cave
151151
Charles Cazabon
152152
Per Cederqvist
153+
Matej Cepl
153154
Octavian Cerna
154155
Pascal Chambon
155156
John Chandler

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ Tests
257257
Build
258258
-----
259259

260+
- Issue #14472: Update .gitignore. Patch by Matej Cepl.
261+
260262
- The Windows build now uses OpenSSL 1.0.0j and bzip2 1.0.6.
261263

262264
- Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.

0 commit comments

Comments
 (0)