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.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/*
|
||||||
|
*~
|
||||||
|
Loading…
Reference in New Issue
Block a user