Skip to content

Commit 219a3f9

Browse files
authored
Update gitignore from master (#1329)
Ignore more generated files.
1 parent 24404b4 commit 219a3f9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
# Two-trick pony for OSX and other case insensitive file systems:
2+
# Ignore ./python binary on Unix but still look into ./Python/ directory.
3+
/python
4+
!/Python/
15
*.cover
26
*.o
37
*.orig
48
*.pyc
59
*.pyd
610
*.pyo
711
*.rej
12+
*.swp
813
*~
914
*.gc??
1015
*.profclang?
@@ -39,14 +44,20 @@ Parser/pgen
3944
Parser/pgen.stamp
4045
autom4te.cache
4146
build/
47+
config.cache
4248
config.log
4349
config.status
4450
libpython*.a
4551
libpython*.so*
52+
libpython*.dylib
53+
libpython*.dll
54+
pybuilddir.txt
4655
pyconfig.h
4756
python$
57+
python.exe
4858
python-gdb.py
4959
tags
60+
TAGS
5061
.coverage
5162
coverage/
5263
externals/

0 commit comments

Comments
 (0)