Skip to content

Commit 9ff2f0c

Browse files
committed
git: ignore generated files
These files can be generated automatically by IDEs or other tools. Ignore them so that they don' t accidentally get committed.
1 parent 2c088b6 commit 9ff2f0c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
build
22
dist
33
fuse_python.egg-info
4+
__pycache__
5+
*.pyc
6+
*.so

0 commit comments

Comments
 (0)