summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Nathan Collins <nathan.collins@gmail.com>2012-06-12 00:39:21 -0700
committerGravatar Nathan Collins <nathan.collins@gmail.com>2012-06-12 00:43:42 -0700
commit9fe433390d3860bdb740c54b015889805578c992 (patch)
treec0ae109edded83b0c3f425033032b20c65330593 /.gitignore
parent236ae1fbc4fa114cfcef5a7d71c40cb1c2ef9d8f (diff)
Remove .dir-locals.el and add doc/contributing.mdwn.
Add link CONTRIBUTING -> doc/contributing.mdwn, so that it's easy to find (many files in doc/). Add .dir-locals.el to .gitignore, now that it's no longer versioned. The CONTRIBUTING file gives a reference to a page on the Emacs wiki that shows how to set up a .dir-locals.el that sets up tabs for indentation. I updated the wiki page to include the `(highlight-regexp "^ *")` part, which had been the hardest to discover.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 74c0e672a..e176e59c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,4 +14,7 @@ html
Utility/Touch.hs
Utility/libdiskfree.o
dist
+# Sandboxed builds
cabal-dev
+# Project-local emacs configuration
+.dir-locals.el