Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cvsignore2
-rw-r--r--data/net_1_1/.cvsignore2
-rw-r--r--data/net_2_0/.cvsignore2
-rw-r--r--mono/arch/s390x/.cvsignore6
-rw-r--r--mono/mini/.cvsignore1
5 files changed, 13 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore
index 5d6a864c07e..4fe404c27e5 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -21,3 +21,5 @@ autom4te.cache
mint.pc
stamp-h1
config.h.in
+_tmpinst
+tmpinst-dir.stamp \ No newline at end of file
diff --git a/data/net_1_1/.cvsignore b/data/net_1_1/.cvsignore
new file mode 100644
index 00000000000..282522db034
--- /dev/null
+++ b/data/net_1_1/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/data/net_2_0/.cvsignore b/data/net_2_0/.cvsignore
new file mode 100644
index 00000000000..282522db034
--- /dev/null
+++ b/data/net_2_0/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/mono/arch/s390x/.cvsignore b/mono/arch/s390x/.cvsignore
new file mode 100644
index 00000000000..e9793ab64d0
--- /dev/null
+++ b/mono/arch/s390x/.cvsignore
@@ -0,0 +1,6 @@
+Makefile
+Makefile.in
+.libs
+.deps
+*.la
+*.lo
diff --git a/mono/mini/.cvsignore b/mono/mini/.cvsignore
index 744e72882d9..7c942e2599a 100644
--- a/mono/mini/.cvsignore
+++ b/mono/mini/.cvsignore
@@ -18,3 +18,4 @@ cpu-g4.h
mono
cpu-sparc.h
cpu-s390.h
+.hidden \ No newline at end of file