aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore29
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..76e16aa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+# Editor backup files
+*~
+\#*
+.\#*
+.*.swp
+
+# Sandboxes
+cabal-dev/
+.hsenv*/
+hsenv.log
+.cabal-sandbox/
+cabal.sandbox.config
+
+# GHC
+*.hi
+*.o
+
+# Cabal
+cabal.project.local
+dist*/
+
+# Third-party builds
+third_party/boringssl/build
+third_party/boringssl/lib
+
+
+# Local Variables:
+# mode: conf
+# End: