Skip to content

Commit 9bf478e

Browse files
authored
symlinks (#816)
1 parent c1c5e18 commit 9bf478e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,35 @@ __pycache__/
4040

4141
# KDevelop IDE
4242
*.kdev4
43+
44+
# Other symlinks
45+
contrib/python/protobuf/py3/google.protobuf.internal._api_implementation.reg3.cpp
46+
contrib/python/protobuf/py3/google.protobuf.pyext._message.reg3.cpp
47+
contrib/tools/python3/src/Modules/_sqlite/_sqlite3.reg3.cpp
48+
contrib/tools/ragel6/all_cd.cpp
49+
contrib/tools/ragel6/all_cs.cpp
50+
contrib/tools/ragel6/all_fs.cpp
51+
contrib/tools/ragel6/all_go.cpp
52+
contrib/tools/ragel6/all_ml.cpp
53+
contrib/tools/ragel6/all_other.cpp
54+
contrib/tools/ragel6/all_r.cpp
55+
library/python/runtime_py3/__res.pyx.cpp
56+
library/python/runtime_py3/__res.reg3.cpp
57+
library/python/runtime_py3/sitecustomize.pyx.cpp
58+
library/python/runtime_py3/sitecustomize.reg3.cpp
59+
library/python/symbols/module/library.python.symbols.module.syms.reg3.cpp
60+
util/all_datetime.cpp
61+
util/all_digest.cpp
62+
util/all_folder.cpp
63+
util/all_generic.cpp
64+
util/all_memory.cpp
65+
util/all_network.cpp
66+
util/all_random.cpp
67+
util/all_stream.cpp
68+
util/all_string.cpp
69+
util/all_system_1.cpp
70+
util/all_system_2.cpp
71+
util/all_thread.cpp
72+
util/all_util.cpp
73+
util/charset/all_charset.cpp
74+

0 commit comments

Comments
 (0)