]> git.llucax.com Git - software/druntime.git/commitdiff
Add .gitignore files master
authorLeandro Lucarella <llucax@gmail.com>
Mon, 8 Dec 2008 22:01:07 +0000 (20:01 -0200)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 8 Dec 2008 22:01:07 +0000 (20:01 -0200)
.gitignore [new file with mode: 0644]
import/core/.gitignore [new file with mode: 0644]
src/.gitignore [new file with mode: 0644]
src/common/.gitignore [new file with mode: 0644]
src/compiler/.gitignore [new file with mode: 0644]
src/gc/basic/.gitignore [new file with mode: 0644]
src/gc/stub/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..c3af857
--- /dev/null
@@ -0,0 +1 @@
+lib/
diff --git a/import/core/.gitignore b/import/core/.gitignore
new file mode 100644 (file)
index 0000000..2c32bcd
--- /dev/null
@@ -0,0 +1,5 @@
+exception.di
+memory_.di
+runtime.di
+thread.di
+vararg.di
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644 (file)
index 0000000..57fdeda
--- /dev/null
@@ -0,0 +1,2 @@
+libdruntime.a
+libdruntime-dmd.a
diff --git a/src/common/.gitignore b/src/common/.gitignore
new file mode 100644 (file)
index 0000000..0b34413
--- /dev/null
@@ -0,0 +1,3 @@
+*.o
+*.di
+libdruntime-core.a
diff --git a/src/compiler/.gitignore b/src/compiler/.gitignore
new file mode 100644 (file)
index 0000000..52547b0
--- /dev/null
@@ -0,0 +1,2 @@
+*.o
+dmd/libdruntime-rt-dmd.a
diff --git a/src/gc/basic/.gitignore b/src/gc/basic/.gitignore
new file mode 100644 (file)
index 0000000..728c741
--- /dev/null
@@ -0,0 +1,2 @@
+*.o
+libdruntime-gc-basic.a
diff --git a/src/gc/stub/.gitignore b/src/gc/stub/.gitignore
new file mode 100644 (file)
index 0000000..40b410d
--- /dev/null
@@ -0,0 +1,2 @@
+*.o
+libdruntime-gc-stub.a