From 3d18af7b0d9970b727ae0c6e617e54356bfc51fe Mon Sep 17 00:00:00 2001 From: dpethes Date: Mon, 27 Jul 2020 17:39:27 +0200 Subject: [PATCH] add gitignore --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..293bacb --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +*.exe +*.o +*.ppu +*.a +*.dll +*.compiled +*.lps +*.s +*.res +*.bat +*.bak +*.obj +*.hob +*.hmt +*.HOB +*.HMT +*_HOB +*_HMT +*.text +*.tex +*.pgm +*.png +*.pnm +*.tga +*.raw +*.dat +*.hdr +*.DAT +*.HDR +imgui.ini \ No newline at end of file