18 lines
169 B
Plaintext
18 lines
169 B
Plaintext
# general ignores
|
|
*~
|
|
*.html
|
|
|
|
# IDEs
|
|
.idea/
|
|
|
|
# python
|
|
__pycache__
|
|
*.pyc
|
|
|
|
|
|
# project specific ignores
|
|
openwrt-imagebuilder-*
|
|
openwrt-*.img
|
|
openwrt-*.img.gz
|
|
config-backup*
|