From 66dd5fed23d88724d7a61d1af24b06c68fb1fa07 Mon Sep 17 00:00:00 2001 From: Daniel Spiljar Date: Fri, 27 Sep 2024 10:46:40 +0200 Subject: [PATCH] Git settings - Clean up the .gitignore file. - Treat Info pages as binary files. --- .gitattributes | 1 + .gitignore | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..616798c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.info binary diff --git a/.gitignore b/.gitignore index e1d8da2..89a5a08 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,7 @@ config.h.in config.log config.status src/*.o -src/*.c~ -src/*.h~ +src/*.exe src/mboxgrep src/.deps/ src/stamp-h1 @@ -17,7 +16,6 @@ compile depcomp install-sh missing -src/mboxgrep.exe -configure~ .gitignore .vscode/* +*~