Git settings

- Clean up the .gitignore file.
- Treat Info pages as binary files.
This commit is contained in:
Daniel Spiljar 2024-09-27 10:46:40 +02:00
parent 4cb77488bc
commit 66dd5fed23
Signed by: dspiljar
GPG Key ID: A32CE9C59D8003B5
2 changed files with 3 additions and 4 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.info binary

6
.gitignore vendored
View File

@ -4,8 +4,7 @@ config.h.in
config.log config.log
config.status config.status
src/*.o src/*.o
src/*.c~ src/*.exe
src/*.h~
src/mboxgrep src/mboxgrep
src/.deps/ src/.deps/
src/stamp-h1 src/stamp-h1
@ -17,7 +16,6 @@ compile
depcomp depcomp
install-sh install-sh
missing missing
src/mboxgrep.exe
configure~
.gitignore .gitignore
.vscode/* .vscode/*
*~