mirror of
https://github.com/QIDITECH/klipper.git
synced 2026-01-30 23:48:43 +03:00
Update .gitignore
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -1,5 +1,18 @@
|
|||||||
out
|
out
|
||||||
|
*.so
|
||||||
*.pyc
|
*.pyc
|
||||||
.config
|
.config
|
||||||
.config.old
|
.config.old
|
||||||
klippy/.version
|
klippy/.version
|
||||||
|
klippy/extras/aht20_f.py
|
||||||
|
klippy/extras/box_detect.py
|
||||||
|
klippy/extras/box_extras.py
|
||||||
|
klippy/extras/box_rfid.py
|
||||||
|
klippy/extras/box_stepper.py
|
||||||
|
|
||||||
|
!klippy/extras/aht20_f.so
|
||||||
|
!klippy/extras/box_detect.so
|
||||||
|
!klippy/extras/box_extras.so
|
||||||
|
!klippy/extras/box_rfid.so
|
||||||
|
!klippy/extras/box_stepper.so
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user