diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-19 12:51:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-19 12:53:39 -0400 |
commit | e2c86a4b582bf222a51e9bb9066edce204d68ac8 (patch) | |
tree | 51449c5ec5648a98584550f4b0de70b2a581bfba /.gitignore | |
parent | 1e0b7dda8cd66aca89ce3eb608dd2c568a77b141 (diff) |
extacted Mounts.hsc from hsshellscript
Converted from using c2hs to using hsc2hs, just because other code
in git-annex uses hsc2hs.
Various cleanups.
This code is LGPLed, so I had to include that licence.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index afb5f314e..4a18e7f26 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ html *.tix .hpc Utility/Touch.hs +Utility/Mounts.hs Utility/*.o dist # Sandboxed builds |