From ae3636ec621b1586e8ab743572bcc5be0f6b11c6 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Thu, 31 Aug 2023 13:01:03 +0200 Subject: Update .gitignore to include the roms folder This way I can still keep the roms around on my working directory while keeping the repo clean. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7810e33..4a050fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build +roms src/uxn/roms/boot.c -- cgit v1.2.1