diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2009-02-24 16:08:49 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-02-24 16:09:23 +0000 |
commit | e549ab1fd44e9064f808913a3f9289507ba31bbd (patch) | |
tree | 670192bbc83a576594ac3a533f460e658ef37c94 /docs | |
parent | dc9a1b945bed865e8e18cf883bcbac30c817be46 (diff) |
Remove .gitignore files from the docs tmpl dirs, that are killed by make clean.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/.gitignore | 4 | ||||
-rw-r--r-- | docs/libs/tmpl/.gitignore | 4 | ||||
-rw-r--r-- | docs/plugins/.gitignore | 1 | ||||
-rw-r--r-- | docs/plugins/tmpl/.gitignore | 1 |
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/libs/.gitignore b/docs/libs/.gitignore index 6588f04b..fbb79da7 100644 --- a/docs/libs/.gitignore +++ b/docs/libs/.gitignore @@ -16,3 +16,7 @@ Makefile.in *.prerequisites *.signals doc-registry.xml + +*-unused.sgml +*.bak +*.sgml diff --git a/docs/libs/tmpl/.gitignore b/docs/libs/tmpl/.gitignore deleted file mode 100644 index 15245af9..00000000 --- a/docs/libs/tmpl/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -*-unused.sgml -*.bak -*.sgml - diff --git a/docs/plugins/.gitignore b/docs/plugins/.gitignore index 43d5d4d8..7d868e51 100644 --- a/docs/plugins/.gitignore +++ b/docs/plugins/.gitignore @@ -10,6 +10,7 @@ Makefile.in tmpl xml html +tmpl/*.sgml gst-plugins-base-plugins-scan gst-plugins-base-plugins-scan.c diff --git a/docs/plugins/tmpl/.gitignore b/docs/plugins/tmpl/.gitignore deleted file mode 100644 index 078ee879..00000000 --- a/docs/plugins/tmpl/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.sgml |