From d9f26f27eb38c4727ff8446e36fbb0ed7efb0532 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 27 Dec 2020 19:20:36 +0300 Subject: meta: add gitignore --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..a23d1879 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# Created by https://www.toptal.com/developers/gitignore/api/vim,emacs +# Edit at https://www.toptal.com/developers/gitignore?templates=vim,emacs + +### Emacs ### +# -*- mode: gitignore; -*- +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* + +### Vim ### +# Swap +[._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ + +# End of https://www.toptal.com/developers/gitignore/api/vim,emacs -- cgit v1.2.3