diff options
author | Daniel Santos <dacs.git@brilhante.top> | 2022-03-17 19:14:12 +0000 |
---|---|---|
committer | Daniel Santos <dacs.git@brilhante.top> | 2022-03-17 19:14:12 +0000 |
commit | 7640bc88a7a428b9eb566e137820d84428789004 (patch) | |
tree | f96cbdcfc45ee6bb09288450521c9ab51818469d | |
parent | b7c06abbcfb8460c570c181e8661022bf8943647 (diff) | |
download | numericx-c-7640bc88a7a428b9eb566e137820d84428789004.tar.gz |
gitignore update
* update .gitignore to ignore the *.o and the executable files Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5ddc7e6..21b7613 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -numericx +/*-to-* +*.o |