[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: .gitignore (08a0531)

git at git.haskell.org git at git.haskell.org
Mon Feb 20 21:15:52 UTC 2017


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

On branches: format-widths,improve-leapseconds,master,posix-perf,tasty,wip/travis
Link       : http://git.haskell.org/packages/time.git/commitdiff/08a053130822da4933c8a289277a6dbd103e308b

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

commit 08a053130822da4933c8a289277a6dbd103e308b
Author: Ashley Yakeley <ashley at yakeley.org>
Date:   Sat Jul 19 20:58:50 2014 -0700

    .gitignore


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

08a053130822da4933c8a289277a6dbd103e308b
 .darcs-boring | 70 -----------------------------------------------------------
 .gitignore    |  6 +++++
 2 files changed, 6 insertions(+), 70 deletions(-)

diff --git a/.darcs-boring b/.darcs-boring
deleted file mode 100644
index ca040f7..0000000
--- a/.darcs-boring
+++ /dev/null
@@ -1,70 +0,0 @@
-# Boring file regexps:
-\.hi$
-\.o$
-\.p_hi$
-\.p_o$
-\.raw-hs$
-_split$
-\.a$
-(^|/)dist$
-(^|/)package.conf.inplace$
-(^|/)package.conf.installed$
-(^|/)\.depend$
-(^|/)\.setup-config$
-(^|/)\.installed-pkg-config$
-\.haddock$
-^build$
-\.xcodeproj/.*\.pbxuser$
-\.xcodeproj/.*\.mode1$
-\.o\.cmd$
-\.ko$
-\.ko\.cmd$
-\.mod\.c$
-(^|/)\.tmp_versions($|/)
-(^|/)CVS($|/)
-(^|/)RCS($|/)
-~$
-#(^|/)\.[^/]
-(^|/)_darcs($|/)
-\.bak$
-\.BAK$
-\.orig$
-(^|/)vssver\.scc$
-\.swp$
-(^|/)MT($|/)
-(^|/)\{arch\}($|/)
-(^|/).arch-ids($|/)
-(^|/),
-\.class$
-\.prof$
-(^|/)\.DS_Store$
-(^|/)BitKeeper($|/)
-(^|/)ChangeSet($|/)
-(^|/)\.svn($|/)
-\.py[co]$
-\#
-\.cvsignore$
-^Private($|/)
-(^|/)Thumbs\.db$
-^configure$
-^config\..*$
-^autom4te.cache($|/)
-^include/HsTimeConfig\.h$
-^include/HsTimeConfig\.h.in$
-^test/.*\.out$
-^test/.*\.run$
-^test/AddDays$
-^test/ClipDates$
-^test/ConvertBack$
-^test/CurrentTime$
-^test/LongWeekYears$
-^test/ShowDST$
-^test/TestCalendars$
-^test/TestEaster$
-^test/TestFormat$
-^test/TestMonthDay$
-^test/TestParseDAT$
-^test/TestParseTime$
-^test/TestTime$
-^test/TimeZone$
-^test/TimeZone.ref$
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..dead619
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+dist/
+configure
+autom4te.cache/
+config.*
+include/HsTimeConfig.h
+include/HsTimeConfig.h.in



More information about the ghc-commits mailing list