diff options
author | Lennart Poettering <lennart@poettering.net> | 2008-06-18 00:51:50 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2008-06-18 00:51:50 +0200 |
commit | 6c4edd159ac85c08cd36ee5e738a310abb603a6f (patch) | |
tree | ef508ec692b337dc9d113b0ed515984a25ce4a93 | |
parent | b5a08021ed70819a7bfda2a2f82a552b712bf733 (diff) | |
download | pulseaudio-6c4edd159ac85c08cd36ee5e738a310abb603a6f.tar.gz |
add missing gitignore files
-rw-r--r-- | .gitignore | 21 | ||||
-rw-r--r-- | doxygen/.gitignore | 1 | ||||
-rw-r--r-- | man/.gitignore | 4 | ||||
-rw-r--r-- | src/modules/.gitignore | 1 |
4 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..36bf02b99 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +*.pc +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +compile +config.guess +config.h +config.h.in +config.log +config.rpath +config.status +config.sub +configure +depcomp +install-sh +libltdl +libtool +ltmain.sh +missing +stamp-* diff --git a/doxygen/.gitignore b/doxygen/.gitignore new file mode 100644 index 000000000..ca9b44418 --- /dev/null +++ b/doxygen/.gitignore @@ -0,0 +1 @@ +doxygen.conf diff --git a/man/.gitignore b/man/.gitignore new file mode 100644 index 000000000..c213238de --- /dev/null +++ b/man/.gitignore @@ -0,0 +1,4 @@ +*.1 +*.1.xml +*.5 +*.5.xml diff --git a/src/modules/.gitignore b/src/modules/.gitignore new file mode 100644 index 000000000..2d2d942dc --- /dev/null +++ b/src/modules/.gitignore @@ -0,0 +1 @@ +module-*-symdef.h |