]> gitweb @ CieloNegro.org - Rakka.git/commitdiff
.boring => .gitignore
authorPHO <pho@cielonegro.org>
Thu, 11 Feb 2010 18:12:27 +0000 (03:12 +0900)
committerPHO <pho@cielonegro.org>
Thu, 11 Feb 2010 18:12:27 +0000 (03:12 +0900)
.boring [deleted file]
.gitignore [new file with mode: 0644]
Rakka.cabal

diff --git a/.boring b/.boring
deleted file mode 100644 (file)
index e7f247d..0000000
--- a/.boring
+++ /dev/null
@@ -1,61 +0,0 @@
-# Boring file regexps:
-\.hi$
-\.hi-boot$
-\.o-boot$
-\.o$
-\.o\.cmd$
-# *.ko files aren't boring by default because they might
-# be Korean translations rather than kernel modules.
-# \.ko$
-\.ko\.cmd$
-\.mod\.c$
-(^|/)\.tmp_versions($|/)
-(^|/)CVS($|/)
-\.cvsignore$
-^\.#
-(^|/)RCS($|/)
-,v$
-(^|/)\.svn($|/)
-\.bzr$
-(^|/)SCCS($|/)
-~$
-(^|/)_darcs($|/)
-\.bak$
-\.BAK$
-\.orig$
-\.rej$
-(^|/)vssver\.scc$
-\.swp$
-(^|/)MT($|/)
-(^|/)\{arch\}($|/)
-(^|/).arch-ids($|/)
-(^|/),
-\.prof$
-(^|/)\.DS_Store$
-(^|/)BitKeeper($|/)
-(^|/)ChangeSet($|/)
-\.py[co]$
-\.elc$
-\.class$
-\#
-(^|/)Thumbs\.db$
-(^|/)autom4te\.cache($|/)
-(^|/)config\.(log|status)$
-^\.depend$
-(^|/)(tags|TAGS)$
-#(^|/)\.[^/]
-(^|/|\.)core$
-\.(obj|a|exe|so|lo|la)$
-^\.darcs-temp-mail$
-
-^\.installed-pkg-config$
-^\.setup-config$
-^Rakka.buildinfo$
-^Setup$
-^configure$
-^dist(/|$)
-^repos(/|$)
-
-^Rakka/Resource/JavaScript\.hs$
-^js/yuicompressor-
-^js/packed\.js$
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..9042833
--- /dev/null
@@ -0,0 +1,14 @@
+*.buildinfo
+*.hi
+*.o
+*.cache
+*.log
+*.status
+configure
+Setup
+dist/
+
+Rakka/Resource/JavaScript.hs
+js/packed.js
+js/yuicompressor-*.jar
+repos/
\ No newline at end of file
index 3717efad7a9b646a29e1f7303fce60342e08348a..6889592f3c2c48a54fdaed49261b80ddef0c1289 100644 (file)
@@ -13,7 +13,6 @@ Category:      Web
 Tested-With:   GHC == 6.6.1
 Cabal-Version: >= 1.2
 Build-Type:    Custom
-
 Data-Files:
     defaultPages/Feed.xml
     defaultPages/Help/SampleImage/Large.xml
@@ -29,6 +28,10 @@ Data-Files:
     defaultPages/StyleSheet/Default.xml
     schemas/rakka-page-1.0.rng
 
+Source-Repository head
+    Type: git
+    Location: git://git.cielonegro.org/Rakka
+
 Extra-Source-Files:
     Rakka.buildinfo.in
     configure
@@ -99,7 +102,8 @@ Executable rakka
         Rakka.Wiki.Formatter
         Rakka.Wiki.Parser
     Extensions:
-        Arrows, ExistentialQuantification, ScopedTypeVariables, DeriveDataTypeable, FlexibleInstances
+        Arrows, ExistentialQuantification, ScopedTypeVariables,
+        DeriveDataTypeable, FlexibleInstances
     GHC-Options:
         -Wall -threaded