diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-15 14:17:58 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-15 14:17:58 +0200 |
commit | 08d4f8e2c3b319943b6a3a3ac3072752e8c7786b (patch) | |
tree | c2b41782249474b6b56febb6f4d4367d2d74970c /man/.gitignore | |
parent | bea524cb7aafad1be122f0a4b580ae3df9dc1d40 (diff) |
build-sys: readd stub makefiles to subdirectories to make building with emacs easier
Diffstat (limited to 'man/.gitignore')
-rw-r--r-- | man/.gitignore | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/man/.gitignore b/man/.gitignore index c213238de..abf96d9bb 100644 --- a/man/.gitignore +++ b/man/.gitignore @@ -1,4 +1,6 @@ -*.1 -*.1.xml -*.5 -*.5.xml +/*.1 +/*.1.xml +/*.5 +/*.5.xml +/Makefile +/Makefile.in |