diff options
author | Yuchen Pei <hi@ypei.me> | 2022-10-06 15:54:39 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-10-06 15:54:39 +1100 |
commit | 12692b12072eecf856b2c71ce2b6519cf24a55e6 (patch) | |
tree | 06def32c8f2365cf60408854a2c5a22364399bba | |
parent | fa9a801f816f609b0db04a66c623b0385dbaa005 (diff) |
adding gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..628aad4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +*.elc
\ No newline at end of file |