From: Harlan Stenn Date: Tue, 17 May 2016 04:25:50 +0000 (+0000) Subject: [Bug 3052] Add a .gitignore file. Edmund Wong. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1546b6b9b5762c5da27144fa986945bef64280d6;p=thirdparty%2Fntp.git [Bug 3052] Add a .gitignore file. Edmund Wong. bk: 573a9d4edX9Pk0jpfcLHb64ibmepSQ --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..c653a99e3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +**/Makefile.in +**/Makefile +**/configure +**/*.m4 +**/*.in +**/*cache +**/version.* +**/*.mf +sntp/libevent/build-aux diff --git a/ChangeLog b/ChangeLog index ec6e3619a..60a55140a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ - provide build environment - 'wint_t' and 'struct timespec' defined by VS2015 - fixed print()/scanf() format issues +* [Bug 3052] Add a .gitignore file. Edmund Wong. * Fix typo in ntp-wait and plot_summary. HStenn. ---