branch: externals/fountain-mode
commit 4519d18fc31955fa94d872dcc1849f6463622fad
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>

    Add .gitignore and fixup copyright
---
 .gitignore       | 3 +++
 fountain-mode.el | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cb62d01
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.elc
+*-autoloads.el
+*-pkg.el
diff --git a/fountain-mode.el b/fountain-mode.el
index 8e6694e..d87329f 100644
--- a/fountain-mode.el
+++ b/fountain-mode.el
@@ -1,6 +1,6 @@
 ;;; fountain-mode.el --- Major mode for screenwriting in Fountain markup -*- 
lexical-binding: t; -*-
 
-;; Copyright (c) 2014-2018 Paul Rankin
+;; Copyright (c) 2014-2018  Free Software Foundation, Inc.
 
 ;; Author: Paul Rankin <[email protected]>
 ;; Keywords: wp, text

Reply via email to