Fix path in .gitignore file.

This commit is contained in:
Jarosław Wieczorek 2020-12-18 19:50:11 +01:00
parent f8453a5206
commit 0f1d8e3c6c

7
.gitignore vendored
View File

@ -25,7 +25,7 @@ share/python-wheels/
.installed.cfg .installed.cfg
*.egg *.egg
MANIFEST MANIFEST
sounds/*
# PyInstaller # PyInstaller
# Usually these files are written by a python script from a template # Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it. # before PyInstaller builds the exe, so as to inject date/other infos into it.
@ -136,3 +136,8 @@ dmypy.json
# Cython debug symbols # Cython debug symbols
cython_debug/ cython_debug/
# project_files
src/sounds/*