From 9d01ffb6aeeab9d3d81848c8c9394182df3faa41 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sun, 14 Jan 2024 12:54:24 -0500 Subject: [PATCH] gitignore: Add CMake's "build" directory to gitignore `build` is often considered the default build directory for cmake. This change adds "build" to the gitignore file so that it doesn't appear in git diffs. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e6c44ec..eeaeaf1 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ fileList*.txt # Build System artifact +build melondsds-LICENSE.txt melondsds_libretro.info out.txt @@ -34,4 +35,4 @@ out.txt *.tar # Act -.actrc \ No newline at end of file +.actrc