aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-27 19:20:36 +0300
committerCem Keylan <cem@ckyln.com>2020-12-27 19:20:36 +0300
commitd9f26f27eb38c4727ff8446e36fbb0ed7efb0532 (patch)
tree5bf9d16446eb00722f80e6636a2a544aa760e4f8 /.gitignore
parentc16a3744cfb8263d0be89587c09b2df6207464bd (diff)
downloadrepository-d9f26f27eb38c4727ff8446e36fbb0ed7efb0532.tar.gz
meta: add gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore35
1 files changed, 35 insertions, 0 deletions
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