2 Commits

Author SHA1 Message Date
fdab5e8c5e Automake settings
Omit the contrib subdirectory from the distribution tarball.
2024-09-27 11:11:11 +02:00
66dd5fed23 Git settings
- Clean up the .gitignore file.
- Treat Info pages as binary files.
2024-09-27 10:46:40 +02:00
3 changed files with 4 additions and 5 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.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/*
*~

View File

@@ -1,2 +1,2 @@
SUBDIRS = doc src
EXTRA_DIST = contrib COPYING.md INSTALL.md NEWS.md README.md TODO.md AUTHORS.md
EXTRA_DIST = COPYING.md INSTALL.md NEWS.md README.md TODO.md AUTHORS.md