[commit: packages/filepath] master: add testsuite-related gitignore entries (57d9b11)

git at git.haskell.org git at git.haskell.org
Thu Jun 26 21:59:40 UTC 2014


Repository : ssh://git@git.haskell.org/filepath

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/57d9b11e4a551588ae5df4013e192ff6ec7812f3

>---------------------------------------------------------------

commit 57d9b11e4a551588ae5df4013e192ff6ec7812f3
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Jun 26 23:26:03 2014 +0200

    add testsuite-related gitignore entries


>---------------------------------------------------------------

57d9b11e4a551588ae5df4013e192ff6ec7812f3
 .gitignore       |  4 ----
 tests/.gitignore | 13 +++++++++++++
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1f948c9..d83c989 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,3 @@
 GNUmakefile
 dist-install/
 ghc.mk
-tests/FilePath_Test.hs
-tests/GenTests
-tests/GenTests.hi
-tests/GenTests.o
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..d12d62c
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,13 @@
+.hpc*/
+*.o
+*.hi
+*.comp.std*
+*.run.std*
+*.eventlog
+*.genscript
+*.exe
+
+# specific files
+/FilePath_Test
+/FilePath_Test.hs
+/GenTests



More information about the ghc-commits mailing list