This website requires JavaScript.
Explore
Help
Sign In
PeterCxy
/
wasp-os
Watch
1
Star
0
Fork
You've already forked wasp-os
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
33e56111dd
wasp-os
/
.gitignore
9 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
gitignore: Hide binary files more thoroughly
2020-01-20 09:03:36 +01:00
*.hex
*.zip
gitignore: Ignore vim swap files
2020-01-28 22:27:02 +01:00
.*.swp
gitignore: Hide a cached Python bytecode
2020-01-31 20:21:58 +01:00
__pycache__
gitignore: Doesn't grumble about indexer files Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-06-09 22:32:47 +02:00
cscope.out
docs: Use sphinx to gather together all the wasp docs
2020-02-22 22:17:30 +01:00
docs/build
gitignore: Hide the attic/
2020-02-19 20:56:38 +01:00
attic/
wasp: Automatically generate watch.py for PineTime This should ensure that main.py is always up to date.
2020-04-11 22:12:18 +02:00
wasp/boards/pinetime/watch.py