10 lines
133 B
Plaintext
10 lines
133 B
Plaintext
# Ignore everything recursively
|
|
**/*
|
|
|
|
# Exclude collectd files
|
|
!collectd/**/*.conf
|
|
!collectd/**/*-data
|
|
|
|
# Re-include directories
|
|
!*/
|