Git settings
- Clean up the .gitignore file. - Treat Info pages as binary files.
This commit is contained in:
parent
4cb77488bc
commit
66dd5fed23
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.info binary
|
6
.gitignore
vendored
6
.gitignore
vendored
@ -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/*
|
||||
*~
|
||||
|
Loading…
Reference in New Issue
Block a user