diff options
author | James Young <xxiinophobia@yahoo.com> | 2020-02-29 12:00:00 -0800 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2020-06-12 17:00:27 +0900 |
commit | f01c45ef54039366b666c28747fd57136d81c472 (patch) | |
tree | a09c6a4e1f7f1b447fc508f4ca542d2640443e71 /.gitignore | |
parent | ae8641748e4b2adb5b4f091027975e3884e325c9 (diff) |
2020 February 29 Breaking Changes Update (#8064)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1d426aa635..8a99635419 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,6 @@ id_rsa_* # python things __pycache__ + +# prerequisites for updating ChibiOS +/util/fmpp* |