From 6cb754cc10203be5b8644eb71e7cff8f8a87a763 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 2 Oct 2019 21:59:30 -0700 Subject: [PATCH] add libnx gitiginore --- community/libnx.gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 community/libnx.gitignore diff --git a/community/libnx.gitignore b/community/libnx.gitignore new file mode 100644 index 00000000..9d842e27 --- /dev/null +++ b/community/libnx.gitignore @@ -0,0 +1,27 @@ +# gitignore template for libnx projects +# repository: https://github.com/switchbrew/libnx + +# Prerequisites +*.d + +# Compiled Object files +*.o + +# Linker output +*.map +*.lst + +# Executables +*.elf +*.kip +*.nro +*.nso + +# Metadata +*.nacp +*.npdm + +# Containers +*.pfs0 +*.nsp +*.bz2 \ No newline at end of file