diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-07-22 17:34:02 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-07-22 17:34:02 +0000 |
| commit | 693f0b17bbcadec0922f8f031514ba9346ff4b56 (patch) | |
| tree | 2d28106b583cd0657209b43a6ec04d3e08079a26 /python | |
| parent | 8a6a66e4c923894475fb38bd4acef0262808aa05 (diff) | |
| download | lasso-693f0b17bbcadec0922f8f031514ba9346ff4b56.tar.gz lasso-693f0b17bbcadec0922f8f031514ba9346ff4b56.tar.xz lasso-693f0b17bbcadec0922f8f031514ba9346ff4b56.zip | |
ignore Makefile.in, Makefile, .deps and .libs under python/
Diffstat (limited to 'python')
| -rw-r--r-- | python/.cvsignore | 8 | ||||
| -rw-r--r-- | python/doc/.cvsignore | 2 | ||||
| -rw-r--r-- | python/doc/tutorial/.cvsignore | 2 | ||||
| -rw-r--r-- | python/environs/.cvsignore | 3 | ||||
| -rw-r--r-- | python/examples/.cvsignore | 2 | ||||
| -rw-r--r-- | python/protocols/.cvsignore | 3 | ||||
| -rw-r--r-- | python/protocols/elements/.cvsignore | 4 | ||||
| -rw-r--r-- | python/tests/.cvsignore | 3 | ||||
| -rw-r--r-- | python/xml/.cvsignore | 4 |
9 files changed, 30 insertions, 1 deletions
diff --git a/python/.cvsignore b/python/.cvsignore index 6f97ca1a..4e712242 100644 --- a/python/.cvsignore +++ b/python/.cvsignore @@ -1,2 +1,8 @@ -build *.pyc +.deps +.libs +Makefile +Makefile.in +*.la +*.lo + diff --git a/python/doc/.cvsignore b/python/doc/.cvsignore index 2ec816f3..c3b021b7 100644 --- a/python/doc/.cvsignore +++ b/python/doc/.cvsignore @@ -1,2 +1,4 @@ html latex +Makefile +Makefile.in diff --git a/python/doc/tutorial/.cvsignore b/python/doc/tutorial/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/python/doc/tutorial/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/python/environs/.cvsignore b/python/environs/.cvsignore new file mode 100644 index 00000000..22a4e729 --- /dev/null +++ b/python/environs/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in + diff --git a/python/examples/.cvsignore b/python/examples/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/python/examples/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/python/protocols/.cvsignore b/python/protocols/.cvsignore new file mode 100644 index 00000000..051d1bd5 --- /dev/null +++ b/python/protocols/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +.deps diff --git a/python/protocols/elements/.cvsignore b/python/protocols/elements/.cvsignore new file mode 100644 index 00000000..09653e95 --- /dev/null +++ b/python/protocols/elements/.cvsignore @@ -0,0 +1,4 @@ +.deps +Makefile +Makefile.in + diff --git a/python/tests/.cvsignore b/python/tests/.cvsignore index 0d20b648..3bfe07c0 100644 --- a/python/tests/.cvsignore +++ b/python/tests/.cvsignore @@ -1 +1,4 @@ *.pyc +Makefile +Makefile.in + diff --git a/python/xml/.cvsignore b/python/xml/.cvsignore new file mode 100644 index 00000000..09653e95 --- /dev/null +++ b/python/xml/.cvsignore @@ -0,0 +1,4 @@ +.deps +Makefile +Makefile.in + |
