From 27602c67bea91770e73f9c72796f18511c923095 Mon Sep 17 00:00:00 2001 From: PHO Date: Sat, 30 Jul 2011 13:07:11 +0900 Subject: [PATCH] .gitignore --- .boring | 67 --------------------------------------------------- .ditz-plugins | 1 + .gitignore | 17 +++++++++++++ 3 files changed, 18 insertions(+), 67 deletions(-) delete mode 100644 .boring create mode 100644 .ditz-plugins create mode 100644 .gitignore diff --git a/.boring b/.boring deleted file mode 100644 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 index 0000000..2756e1e --- /dev/null +++ b/.ditz-plugins @@ -0,0 +1 @@ +- git diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0b4ee08 --- /dev/null +++ b/.gitignore @@ -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 -- 2.40.0