diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -21,7 +21,7 @@ NP-VERSION-FILE | |||
21 | /Makefile | 21 | /Makefile |
22 | /Makefile.in | 22 | /Makefile.in |
23 | /missing | 23 | /missing |
24 | /nagios-plugins.spec | 24 | /monitoring-plugins.spec |
25 | /stamp-h1 | 25 | /stamp-h1 |
26 | /test.pl | 26 | /test.pl |
27 | /THANKS | 27 | /THANKS |
@@ -81,6 +81,7 @@ NP-VERSION-FILE | |||
81 | /gl/stdio.h | 81 | /gl/stdio.h |
82 | /gl/stdlib.h | 82 | /gl/stdlib.h |
83 | /gl/string.h | 83 | /gl/string.h |
84 | /gl/strings.h | ||
84 | /gl/sys_socket.h | 85 | /gl/sys_socket.h |
85 | /gl/sys_stat.h | 86 | /gl/sys_stat.h |
86 | /gl/sys | 87 | /gl/sys |
@@ -93,7 +94,7 @@ NP-VERSION-FILE | |||
93 | # /lib/ | 94 | # /lib/ |
94 | /lib/.deps | 95 | /lib/.deps |
95 | /lib/getopt.h | 96 | /lib/getopt.h |
96 | /lib/libnagiosplug.a | 97 | /lib/libmonitoringplug.a |
97 | /lib/Makefile | 98 | /lib/Makefile |
98 | /lib/Makefile.in | 99 | /lib/Makefile.in |
99 | 100 | ||