]> git.imager.perl.org - imager.git/commitdiff
ignore build and test products
authorTony Cook <tony@develop-help.com>
Mon, 10 Jan 2011 08:52:07 +0000 (19:52 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 10 Jan 2011 08:52:07 +0000 (19:52 +1100)
13 files changed:
.gitignore [new file with mode: 0644]
CountColor/.gitignore [new file with mode: 0644]
DynTest/.gitignore [new file with mode: 0644]
FT2/.gitignore [new file with mode: 0644]
Flines/.gitignore [new file with mode: 0644]
GIF/.gitignore [new file with mode: 0644]
ICO/.gitignore [new file with mode: 0644]
JPEG/.gitignore [new file with mode: 0644]
Mandelbrot/.gitignore [new file with mode: 0644]
PNG/.gitignore [new file with mode: 0644]
SGI/.gitignore [new file with mode: 0644]
TIFF/.gitignore [new file with mode: 0644]
dynfilt/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..da04cb1
--- /dev/null
@@ -0,0 +1,33 @@
+*.o
+Makefile
+pm_to_blib
+blib
+
+# generated code
+Imager.c
+combine.c
+compose.c
+conv.c
+convert.c
+filters.c
+flip.c
+gaussian.c
+imconfig.h
+paste.c
+render.c
+paste.c
+rubthru.c
+scale.c
+
+# build generated files
+*.bs
+*/Makefile
+
+# test generated files
+_Inline/
+testout/
+
+# editor droppings
+*~
+.#*
+
diff --git a/CountColor/.gitignore b/CountColor/.gitignore
new file mode 100644 (file)
index 0000000..1cb8714
--- /dev/null
@@ -0,0 +1 @@
+CountColor.c
diff --git a/DynTest/.gitignore b/DynTest/.gitignore
new file mode 100644 (file)
index 0000000..7195ec8
--- /dev/null
@@ -0,0 +1 @@
+DynTest.c
diff --git a/FT2/.gitignore b/FT2/.gitignore
new file mode 100644 (file)
index 0000000..8fa114a
--- /dev/null
@@ -0,0 +1 @@
+FT2.c
diff --git a/Flines/.gitignore b/Flines/.gitignore
new file mode 100644 (file)
index 0000000..1f27be9
--- /dev/null
@@ -0,0 +1 @@
+Flines.c
diff --git a/GIF/.gitignore b/GIF/.gitignore
new file mode 100644 (file)
index 0000000..cd8fcb8
--- /dev/null
@@ -0,0 +1 @@
+GIF.c
diff --git a/ICO/.gitignore b/ICO/.gitignore
new file mode 100644 (file)
index 0000000..a8ce2ca
--- /dev/null
@@ -0,0 +1 @@
+ICO.c
diff --git a/JPEG/.gitignore b/JPEG/.gitignore
new file mode 100644 (file)
index 0000000..2bd08f4
--- /dev/null
@@ -0,0 +1 @@
+JPEG.c
diff --git a/Mandelbrot/.gitignore b/Mandelbrot/.gitignore
new file mode 100644 (file)
index 0000000..3f69a09
--- /dev/null
@@ -0,0 +1 @@
+Mandelbrot.c
\ No newline at end of file
diff --git a/PNG/.gitignore b/PNG/.gitignore
new file mode 100644 (file)
index 0000000..2d0fe6e
--- /dev/null
@@ -0,0 +1 @@
+PNG.c
diff --git a/SGI/.gitignore b/SGI/.gitignore
new file mode 100644 (file)
index 0000000..3258959
--- /dev/null
@@ -0,0 +1 @@
+SGI.c
diff --git a/TIFF/.gitignore b/TIFF/.gitignore
new file mode 100644 (file)
index 0000000..a79de80
--- /dev/null
@@ -0,0 +1 @@
+TIFF.c
diff --git a/dynfilt/.gitignore b/dynfilt/.gitignore
new file mode 100644 (file)
index 0000000..140f8cf
--- /dev/null
@@ -0,0 +1 @@
+*.so