From b1b1a7c772bd5638c3610966eebc5ab8f15c32de Mon Sep 17 00:00:00 2001 From: SoloArchx250 Date: Thu, 4 Jun 2020 13:47:38 -0400 Subject: [PATCH] general --- .gitignore | 2 ++ src/Color.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6e71230..80efdbc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ bin/* .ccls-cache/* + +*.gch diff --git a/src/Color.h b/src/Color.h index 690bc78..a5afdc7 100644 --- a/src/Color.h +++ b/src/Color.h @@ -30,4 +30,4 @@ class Color { Color(); Color(uint8_t r,uint8_t g,uint8_t b,uint8_t a); }; -#endif \ No newline at end of file +#endif