From b1c8f0ad85e37a60dcd72e9eccf657e5011ec3f9 Mon Sep 17 00:00:00 2001 From: Sebastian Schwarz Date: Sat, 9 Jan 2010 00:56:00 +0100 Subject: Added basic .gitignore. Ignores Cabal's build directory, vim's temporary files and a few other things. --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore 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/ -- cgit v1.2.3