This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
874ba4ec68
circuitpython
/
ports
/
espressif
/
.gitignore
6 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
update espressif port's .gitignore
2022-09-30 13:56:24 -04:00
# idf.py menuconfig
only ignore sdkconfig* files in the espressif port's top directory danh and microdev1 noticed that this ignore pattern was over-broad and caused added sdkconfig files in boards/ (which should be committed) to be ignored and not proposed for addition by common tools like git status, git gui, etc. This pattern anchors the search so that it only matches in the ports/espressif directory, so ports/espressif/sdkconfig is ignored but ports/espressif/boards/example/sdkconfig is not ignored anymore
2022-11-14 12:29:18 -05:00
/sdkconfig*
update espressif port's .gitignore
2022-09-30 13:56:24 -04:00
# lock files for examples and components
dependencies.lock
Reference in New Issue
Copy Permalink