From ec84cde7fe5521055fa684d3d1d3b36d4c1af2e5 Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Mon, 18 Jan 2021 22:49:46 +0100 Subject: Update gitignore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9fea8c2..280edb8 100755 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,24 @@ +# Folders .vscode/ __pycache__/ downloads/ + +# Configuration files api_keys.json config.json blacklist.json runs_blacklist.json + +# Log files discord.log + +# GCC output +*.o +*.d + +# C binaries +math + +# Misc +bc_input.bc leaderboard.png -- cgit v1.2.3