diff options
| author | Alexander Barton <alex@barton.de> | 2010-11-03 23:47:21 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2010-11-03 23:47:21 +0100 |
| commit | 30b6e72b96e8092f3a0884b1a02eb403b8a4b12c (patch) | |
| tree | 3bef0596f6421a9942595bd5caa584a6f5d76db8 /doc/.gitignore | |
| parent | 4a197638688d4e39d57f201ac735a38c9fc5a260 (diff) | |
| download | ngircd-30b6e72b96e8092f3a0884b1a02eb403b8a4b12c.tar.gz ngircd-30b6e72b96e8092f3a0884b1a02eb403b8a4b12c.zip | |
Fix up generation and distribution of sample-ngircd.conf
- Add generated sample-ngircd.conf to new .gitignore file, - refactor Makefile.am to generate sample-ngircd.conf on "make all", to clean it up on "make clean", and to install it to the correct place. - Make sure path names in sample-ngircd.conf are separated by "/".
Diffstat (limited to 'doc/.gitignore')
| -rw-r--r-- | doc/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 00000000..0035855c --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1 @@ +sample-ngircd.conf |