Skip to content

Commit 9849b86

Browse files
committed
gitignore - restructure, ignore .so in UnityPy top level (c-extension)
1 parent e4e1229 commit 9849b86

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.gitignore

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1+
# test files and others
2+
test.py
3+
AssetStudio/
4+
.vscode/
5+
6+
17
# Byte-compiled / optimized / DLL files
28
__pycache__/
39
.dump
410
.idea/
511
*.py[cod]
612
*$py.class
7-
test.py
8-
AssetStudio/
9-
.vscode/
13+
14+
# precompiled C extensions
15+
UnityPy/*.so
16+
UnityPy/*.pyd
1017

1118
# Distribution / packaging
1219
.Python

0 commit comments

Comments
 (0)