[m-rev.] for review: update and add .gitignore files in samples, tests and extras distribution

Sebastian Godelet sebastian.godelet+github at gmail.com
Mon Oct 27 17:54:52 AEDT 2014


Unfortunately the diff was truncated by accident,
I'm very sorry for this
--

diff --git a/extras/.gitignore b/extras/.gitignore
index 66d87d1..b33ceea 100644
--- a/extras/.gitignore
+++ b/extras/.gitignore
@@ -11,4 +11,5 @@ Mercury/**
 *.lib
 lib*.dylib
 lib*.so
+lib*.beams
 lib*.a
diff --git a/extras/cgi/.gitignore b/extras/cgi/.gitignore
new file mode 100644
index 0000000..8df1f57
--- /dev/null
+++ b/extras/cgi/.gitignore
@@ -0,0 +1 @@
+form_test
diff --git a/extras/gator/.gitignore b/extras/gator/.gitignore
new file mode 100644
index 0000000..79a0727
--- /dev/null
+++ b/extras/gator/.gitignore
@@ -0,0 +1 @@
+evolve
diff --git a/extras/graphics/mercury_cairo/tutorial/.gitignore
b/extras/graphics/mercury_cairo/tutorial/.gitignore
new file mode 100644
index 0000000..dd75662
--- /dev/null
+++ b/extras/graphics/mercury_cairo/tutorial/.gitignore
@@ -0,0 +1,11 @@
+fill
+mask
+paint
+path_close
+setsourcegradient
+setsourcergba
+showtext
+stroke
+testextents
+tips_ellipse
+tips_letter
diff --git a/extras/logged_output/.gitignore b/extras/logged_output/.gitignore
new file mode 100644
index 0000000..ba2906d
--- /dev/null
+++ b/extras/logged_output/.gitignore
@@ -0,0 +1 @@
+main
diff --git a/extras/monte/.gitignore b/extras/monte/.gitignore
new file mode 100644
index 0000000..3a0390c
--- /dev/null
+++ b/extras/monte/.gitignore
@@ -0,0 +1,2 @@
+doit
+dots
diff --git a/extras/odbc/.gitignore b/extras/odbc/.gitignore
new file mode 100644
index 0000000..6bdc409
--- /dev/null
+++ b/extras/odbc/.gitignore
@@ -0,0 +1 @@
+odbc_test
diff --git a/extras/posix/samples/.gitignore b/extras/posix/samples/.gitignore
new file mode 100644
index 0000000..9962a55
--- /dev/null
+++ b/extras/posix/samples/.gitignore
@@ -0,0 +1 @@
+mdprof_cgid
diff --git a/extras/quickcheck/.gitignore b/extras/quickcheck/.gitignore
new file mode 100644
index 0000000..4e464c7
--- /dev/null
+++ b/extras/quickcheck/.gitignore
@@ -0,0 +1 @@
+test_qcheck
diff --git a/extras/quickcheck/tutes/.gitignore
b/extras/quickcheck/tutes/.gitignore
new file mode 100644
index 0000000..351be80
--- /dev/null
+++ b/extras/quickcheck/tutes/.gitignore
@@ -0,0 +1,13 @@
+use
+use1
+use11
+use20
+use21
+use22
+use31
+use33
+use51
+use62
+use71
+use81
+use91
diff --git a/extras/references/samples/.gitignore
b/extras/references/samples/.gitignore
new file mode 100644
index 0000000..903b75a
--- /dev/null
+++ b/extras/references/samples/.gitignore
@@ -0,0 +1 @@
+max_test
diff --git a/extras/references/tests/.gitignore
b/extras/references/tests/.gitignore
new file mode 100644
index 0000000..65eea4a
--- /dev/null
+++ b/extras/references/tests/.gitignore
@@ -0,0 +1,5 @@
+*.res
+*.out
+glob_test
+glob_test_2
+ref_test
diff --git a/extras/trailed_update/tests/.gitignore
b/extras/trailed_update/tests/.gitignore
new file mode 100644
index 0000000..190fa8e
--- /dev/null
+++ b/extras/trailed_update/tests/.gitignore
@@ -0,0 +1,3 @@
+*.res
+*.out
+var_test
diff --git a/extras/windows_installer_generator/sample/.gitignore
b/extras/windows_installer_generator/sample/.gitignore
new file mode 100644
index 0000000..87f1bb7
--- /dev/null
+++ b/extras/windows_installer_generator/sample/.gitignore
@@ -0,0 +1 @@
+gen_merc_wxs
diff --git a/samples/concurrency/dining_philosophers/.gitignore
b/samples/concurrency/dining_philosophers/.gitignore
new file mode 100644
index 0000000..0a6b1ed
--- /dev/null
+++ b/samples/concurrency/dining_philosophers/.gitignore
@@ -0,0 +1,3 @@
+philo
+philo2
+philo3
diff --git a/samples/concurrency/midimon/.gitignore
b/samples/concurrency/midimon/.gitignore
new file mode 100644
index 0000000..0829126
--- /dev/null
+++ b/samples/concurrency/midimon/.gitignore
@@ -0,0 +1 @@
+midimon
diff --git a/tests/hard_coded/.gitignore b/tests/hard_coded/.gitignore
index 717cbd9..e341b73 100644
--- a/tests/hard_coded/.gitignore
+++ b/tests/hard_coded/.gitignore
@@ -2,7 +2,11 @@
 *.d
 *.date
 *.dv
-*.c *.out *.res
+*.c
+*.o
+*.obj
+*.out
+*.res
 *.int
 *.int2
 *.err

On 27 October 2014 14:50, Sebastian Godelet
<sebastian.godelet+github at gmail.com> wrote:
> for review by anyone.
>
> branch: master
>
> Updating .gitignore files to ignore Unix executables
> and intermediate files.
>
> extras/.gitignore:
>     ignore *.beams
>
> extras/cgi/.gitignore:
> extras/gator/.gitignore:
> extras/graphics/mercury_cairo/tutorial/.gitignore:
> extras/logged_output/.gitignore:
> extras/monte/.gitignore:
> extras/odbc/.gitignore:
> extras/posix/samples/.gitignore:
> extras/quickcheck/.gitignore:
> extras/quickcheck/tutes/.gitignore:
> extras/references/samples/.gitignore:
>     ignore executable(s)
>
> extras/references/tests/.gitignore:
> extras/trailed_update/tests/.gitignore:
>     ignore test *.res and *.out files,
>     ignore executable
>
> extras/windows_installer_generator/sample/.gitignore:
> samples/concurrency/dining_philosophers/.gitignore:
> samples/concurrency/midimon/.gitignore:
>     ignore executables
>
> tests/hard_coded/.gitignore:
>     ignore *.o and *.obj object files
>
> diff --git a/extras/.gitignore b/extras/.gitignore
> index 66d87d1..b33ceea 100644
> --- a/extras/.gitignore
> +++ b/extras/.gitignore
> @@ -11,4 +11,5 @@ Mercury/**
>  *.lib
>  lib*.dylib
>  lib*.so
> +lib*.beams
>  lib*.a
> diff --git a/extras/cgi/.gitignore b/extras/cgi/.gitignore
> new file mode 100644
> index 0000000..8df1f57
> --- /dev/null
> +++ b/extras/cgi/.gitignore
> @@ -0,0 +1 @@
> +form_test
> diff --git a/extras/gator/.gitignore b/extras/gator/.gitignore
> new file mode 100644
> index 0000000..79a0727
> --- /dev/null
> +++ b/extras/gator/.gitignore
> @@ -0,0 +1 @@
> +evolve
> diff --git a/extras/graphics/mercury_cairo/tutorial/.gitignore
> b/extras/graphics/mercury_cairo/tutorial/.gitignore
> new file mode 100644
> index 0000000..dd75662
> --- /dev/null
> +++ b/extras/graphics/mercury_cairo/tutorial/.gitignore
> @@ -0,0 +1,11 @@
> +fill
> +mask
> +paint
> +path_close
> +setsourcegradient
> +setsourcergba
> +showtext
> +stroke
> +testextents



More information about the reviews mailing list