mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-04 19:30:04 +03:00
Many code checking editors, marking the common.h as erroneous, as version.h is missing. This can lead to confusion. Change in Makefile.in with fake empty dependency ensures, that version.h is recreated at every "make" Another change in make clean, makes sure, that at this point a stub version.h is generated. version.h removed from .gitignore
17 lines
158 B
Plaintext
17 lines
158 B
Plaintext
*.swp
|
|
*.swo
|
|
*.o
|
|
cscope.*
|
|
echosrv
|
|
libsslh.a
|
|
sslh-fork
|
|
sslh-select
|
|
sslh-ev
|
|
systemd-sslh-generator
|
|
sslh.8.gz
|
|
tags
|
|
/config.status
|
|
/config.log
|
|
/config.h
|
|
/Makefile
|