diff options
| -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 | 
