diff options
| author | cheapie <cheapiephp@gmail.com> | 2026-06-28 16:41:39 -0500 |
|---|---|---|
| committer | cheapie <cheapiephp@gmail.com> | 2026-06-28 16:41:39 -0500 |
| commit | 4339e83b8c5f95323843ddb3ff35b81a78e93e44 (patch) | |
| tree | 6cd069113f8f0631ad80522875028920b3a6fbc1 /.gitignore | |
| parent | f494d4c1a70bf49c88b6f9a4c1aaee2d0d5e4492 (diff) | |
| download | rvcontroller-4339e83b8c5f95323843ddb3ff35b81a78e93e44.tar rvcontroller-4339e83b8c5f95323843ddb3ff35b81a78e93e44.tar.gz rvcontroller-4339e83b8c5f95323843ddb3ff35b81a78e93e44.tar.bz2 rvcontroller-4339e83b8c5f95323843ddb3ff35b81a78e93e44.tar.xz rvcontroller-4339e83b8c5f95323843ddb3ff35b81a78e93e44.zip | |
Remove binaries from repository
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,3 +1,6 @@ -cross-toolchain/build/* -cross-toolchain/source/* -cross-toolchain/install/* +/cross-toolchain/build/* +/cross-toolchain/source/* +/cross-toolchain/install/* +*.o +*.elf +*.hex |
