]> gitweb @ CieloNegro.org - Lucu.git/commitdiff
.gitignore
authorPHO <pho@cielonegro.org>
Sat, 30 Jul 2011 04:07:11 +0000 (13:07 +0900)
committerPHO <pho@cielonegro.org>
Sat, 30 Jul 2011 04:07:11 +0000 (13:07 +0900)
.boring [deleted file]
.ditz-plugins [new file with mode: 0644]
.gitignore [new file with mode: 0644]

diff --git a/.boring b/.boring
deleted file mode 100644 (file)
index 34a564c..0000000
--- a/.boring
+++ /dev/null
@@ -1,67 +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($|/)
-(^|/)RCS($|/)
-~$
-#(^|/)\.[^/]
-(^|/)_darcs($|/)
-\.bak$
-\.BAK$
-\.orig$
-(^|/)vssver\.scc$
-\.swp$
-(^|/)MT($|/)
-(^|/)\{arch\}($|/)
-(^|/).arch-ids($|/)
-(^|/),
-\.class$
-\.prof$
-(^|/)\.DS_Store$
-(^|/)BitKeeper($|/)
-(^|/)ChangeSet($|/)
-(^|/)\.svn($|/)
-\.py[co]$
-\#
-\.cvsignore$
-(^|/)Thumbs\.db$
-(^|/)autom4te\.cache($|/)
-,v$
-^\.#
-\.elc$
-(^|/)(tags|TAGS)$
-(^|/)SCCS($|/)
-(^|/)config\.(log|status)$
-\.rej$
-\.bzr$
-(^|/|\.)core$
-\.(obj|a|exe|so|lo|la)$
-^\.darcs-temp-mail$
-^\.depend$
-^\.ditz-config$
-^html($|/)
-
-^dist($|/)
-^run\.sh$
-^Setup$
-^\.setup-config$
-^.installed-pkg-config$
-^report\.html$
-^data/CompileMimeTypes$
-
-^examples/HelloWorld$
-^examples/Implanted$
-^examples/ImplantedSmall$
-^examples/MiseRafturai\.hs$
-^examples/Multipart$
-^examples/SSL$
-^examples/SmallFile\.hs$
diff --git a/.ditz-plugins b/.ditz-plugins
new file mode 100644 (file)
index 0000000..2756e1e
--- /dev/null
@@ -0,0 +1 @@
+- git
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..0b4ee08
--- /dev/null
@@ -0,0 +1,17 @@
+*.hi
+*.o
+
+.ditz-config
+.hpc
+*.tix
+Setup
+dist
+report.html
+
+examples/HelloWorld
+examples/Implanted
+examples/ImplantedSmall
+examples/MiseRafturai.hs
+examples/Multipart
+examples/SSL
+examples/SmallFile.hs