diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-11-04 15:32:51 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-11-04 15:42:27 +0100 |
commit | b3c7581cf9769961d667a193b75c931ef8c79510 (patch) | |
tree | ba480a2ee9ba48f713d911283d3deaa2b41de01b /.gitignore | |
parent | b1dbaad3964b7a85c28a5d3be9b26b3fe7442e49 (diff) | |
download | redot-cpp-b3c7581cf9769961d667a193b75c931ef8c79510.tar.gz |
Add `.gitignore` for test, ignore potential log files
(cherry picked from commit 1070a29d770309be89e44f4b8dd57814882547ef)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ # Misc logs/* +*.log # Binaries *.o |