diff options
| author | Lennart Poettering <mzfuryy@0pointer.net> | 2008-06-11 02:25:48 +0200 | 
|---|---|---|
| committer | Lennart Poettering <mzfuryy@0pointer.net> | 2008-06-11 02:25:48 +0200 | 
| commit | f20a3af898f3b241afea80c102a6b86b4f71eafe (patch) | |
| tree | 4b1950ac930c2f5a6dd7c467f0677fa653ed8685 | |
| parent | 76f7d7bc3c060b261589c45df37cf10c69cde3b9 (diff) | |
update .gitignore files
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | doc/.gitignore | 13 | ||||
| -rw-r--r-- | src/.gitignore | 4 | 
3 files changed, 19 insertions, 0 deletions
| @@ -19,6 +19,8 @@ libcanberra.pc  libltdl  libtool  ltmain.sh +*~  m4  missing  stamp-h1 +*.tar.gz diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..f1ad0e9 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,13 @@ +html +xml +*.stamp +libcanberra-decl-list.txt +libcanberra-decl.txt +libcanberra-overrides.txt +libcanberra-undeclared.txt +libcanberra-undocumented.txt +libcanberra.args +libcanberra.hierarchy +libcanberra.interfaces +libcanberra.prerequisites +libcanberra.signals diff --git a/src/.gitignore b/src/.gitignore index 96381e2..1682019 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,2 +1,6 @@  .libs +*.o +*.lo  .deps +*.la +test-canberra | 
