diff options
author | Leon Rische <leon.rische@me.com> | 2020-11-12 09:34:51 +0100 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2020-11-12 09:34:51 +0100 |
commit | e25aea83e8dd0031ffb1c8ddfe3a02d45334aeec (patch) | |
tree | fa394b01d3245b85acc559b97b94197461adb9e7 /.gitignore | |
parent | bf5d92dc81a9b6f0b744ed1f6cddad7a14f98907 (diff) |
Ignore .elc files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..016d3b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.elc
\ No newline at end of file |