]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 3052] Add a .gitignore file. Edmund Wong.
authorHarlan Stenn <stenn@ntp.org>
Tue, 17 May 2016 04:25:50 +0000 (04:25 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 17 May 2016 04:25:50 +0000 (04:25 +0000)
bk: 573a9d4edX9Pk0jpfcLHb64ibmepSQ

.gitignore [new file with mode: 0644]
ChangeLog

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..c653a99
--- /dev/null
@@ -0,0 +1,9 @@
+**/Makefile.in
+**/Makefile
+**/configure
+**/*.m4
+**/*.in
+**/*cache
+**/version.*
+**/*.mf
+sntp/libevent/build-aux
index ec6e3619a3596d5aa01d1a7d914ddb007b71b768..60a55140a1c41e67333199db3238f3abd21cafe6 100644 (file)
--- 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.
   
 ---