mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 05:42:58 +00:00
[all] gitignore: ignore __pycache__ and *.py[co]
This prevents accidental commits of the compiled spellchecker.
This commit is contained in:
parent
12461196c3
commit
3ccf6de868
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -8,3 +8,5 @@ module/modules.order
|
|||
*.o
|
||||
*.exe
|
||||
*/build
|
||||
__pycache__
|
||||
*.py[co]
|
||||
|
|
Loading…
Reference in a new issue