Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
sudo apt-get install -y eatmydata
sudo eatmydata apt-get install -y gettext librsvg2-bin mingw-w64
pip install requests sh click setuptools cpp-coveralls Sphinx sphinx-rtd-theme recommonmark sphinxcontrib-svg2pdfconverter polib pyyaml
pip install requests sh click setuptools cpp-coveralls "Sphinx<3" sphinx-rtd-theme recommonmark sphinxcontrib-svg2pdfconverter polib pyyaml
- name: Versions
run: |
gcc --version
Expand Down
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Compiled Sources
###################
*.o
*.a
!atmel-samd/asf/**/*.a
*.elf
*.bin
*.map
*.hex
*.dis
*.exe

# Packages
############
dist/
Expand All @@ -13,6 +25,7 @@ dist/

# Build directory
######################
build/
bin/
circuitpython-stubs/

Expand Down
1 change: 0 additions & 1 deletion extmod/ulab
Submodule ulab deleted from a91b36
1 change: 0 additions & 1 deletion frozen/Adafruit_CircuitPython_ESP32SPI
1 change: 0 additions & 1 deletion frozen/Adafruit_CircuitPython_Requests
2 changes: 1 addition & 1 deletion ports/atmel-samd/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@

build-*/

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Loading