summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-12-24Add *.mpy to gitignoreFrancesco Gazzetta
.mpy files are micropython bytecode and should be ignored. Now that user-defined apps are implemented, it's likely that .mpy files will be present in apps/ Signed-off-by: Francesco Gazzetta <fgaz@fgaz.me>
2021-06-20gitignore: Add a couple of extra temporary file types to the ignore listDaniel Thompson
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-11-29apps: pager: notifications: Added remove all notifications dialogAidan Houlihan
Signed-off-by: Aidan Houlihan <aidandhoulihan@gmail.com> [daniel@redfelineninja.org.uk: Minor changes to .gitignore] Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-06-17dsd6, nitrogen: Make them build againDaniel Thompson
Fixes: 9eb9b74 ("Update preprocess to use $(BOARD)"). Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-06-09gitignore: Doesn't grumble about indexer filesDaniel Thompson
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-04-11wasp: Automatically generate watch.py for PineTimeDaniel Thompson
This should ensure that main.py is always up to date.
2020-02-22docs: Use sphinx to gather together all the wasp docsDaniel Thompson
2020-02-19gitignore: Hide the attic/Daniel Thompson
2020-01-31gitignore: Hide a cached Python bytecodeDaniel Thompson
2020-01-28gitignore: Ignore vim swap filesDaniel Thompson
2020-01-20gitignore: Hide binary files more thoroughlyDaniel Thompson
2020-01-14Initial revisionDaniel Thompson
This is a just a rather hacky combined build environment.