summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-07-22 17:34:02 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-07-22 17:34:02 +0000
commit693f0b17bbcadec0922f8f031514ba9346ff4b56 (patch)
tree2d28106b583cd0657209b43a6ec04d3e08079a26 /python
parent8a6a66e4c923894475fb38bd4acef0262808aa05 (diff)
downloadlasso-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/.cvsignore8
-rw-r--r--python/doc/.cvsignore2
-rw-r--r--python/doc/tutorial/.cvsignore2
-rw-r--r--python/environs/.cvsignore3
-rw-r--r--python/examples/.cvsignore2
-rw-r--r--python/protocols/.cvsignore3
-rw-r--r--python/protocols/elements/.cvsignore4
-rw-r--r--python/tests/.cvsignore3
-rw-r--r--python/xml/.cvsignore4
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
+