We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24404b4 commit 219a3f9Copy full SHA for 219a3f9
.gitignore
@@ -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/
5
*.cover
6
*.o
7
*.orig
8
*.pyc
9
*.pyd
10
*.pyo
11
*.rej
12
+*.swp
13
*~
14
*.gc??
15
*.profclang?
@@ -39,14 +44,20 @@ Parser/pgen
39
44
Parser/pgen.stamp
40
45
autom4te.cache
41
46
build/
47
+config.cache
42
48
config.log
43
49
config.status
50
libpython*.a
51
libpython*.so*
52
+libpython*.dylib
53
+libpython*.dll
54
+pybuilddir.txt
55
pyconfig.h
56
python$
57
+python.exe
58
python-gdb.py
59
tags
60
+TAGS
61
.coverage
62
coverage/
63
externals/
0 commit comments