diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-04-26 13:52:01 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-04-26 13:52:01 +0200 |
commit | 1f45e0a5aaaf0aec106876fec1cfe4895460b86e (patch) | |
tree | 198f591f8416e1b62f5498501cce1be7678dc69a /.gitignore | |
parent | d067eacc112f2453e95f0dde89bb0f60f170a195 (diff) |
project bootstrap script
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,5 +3,7 @@ compile_commands.json robot/out.hex robot/a.out client/main +*.exe .cache *.log +scripts/InstallationLog.txt |