LookingGlass/.gitignore
Quantum 3ccf6de868 [all] gitignore: ignore __pycache__ and *.py[co]
This prevents accidental commits of the compiled spellchecker.
2021-12-26 09:46:31 +11:00

13 lines
134 B
Plaintext

module/*.ko
module/*.o
module/*.mod.c
module/.*
module/Module.symvers
module/modules.order
*.a
*.o
*.exe
*/build
__pycache__
*.py[co]