diff options
author | Sebastian Schwarz <seschwar@googlemail.com> | 2010-01-09 00:56:00 +0100 |
---|---|---|
committer | Sebastian Schwarz <seschwar@googlemail.com> | 2010-01-09 00:56:00 +0100 |
commit | b1c8f0ad85e37a60dcd72e9eccf657e5011ec3f9 (patch) | |
tree | 46bfb49d6dae5cbf862065cad19cea7de16d7642 /.gitignore | |
parent | 2751b27c1a480b703e2420bca5a833bbe52f0c78 (diff) | |
download | hakyll-b1c8f0ad85e37a60dcd72e9eccf657e5011ec3f9.tar.gz |
Added basic .gitignore.
Ignores Cabal's build directory, vim's temporary files and a few
other things.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e270e55 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +## +## gitignore(5) -- specify ignored files +## + +*.swo +*.swp +*~ +.DS_Store +/dist/ |