From 2b0efdf448f3e8778efa2fe355e9abf495d440c7 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 12 Oct 2023 11:17:16 -0400 Subject: Use fzf to generate gitignore --- .gitignore | 47 ++--------------------------------------------- 1 file changed, 2 insertions(+), 45 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2dacdbe..398942b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -# Created by https://www.toptal.com/developers/gitignore/api/vim,lua,tags -# Edit at https://www.toptal.com/developers/gitignore?templates=vim,lua,tags +# Created by https://www.toptal.com/developers/gitignore/api/lua +# Edit at https://www.toptal.com/developers/gitignore?templates=lua ### Lua ### # Compiled Lua sources @@ -43,46 +43,3 @@ luac.out *.x86_64 *.hex - -### Tags ### -# Ignore tags created by etags, ctags, gtags (GNU global) and cscope -TAGS -.TAGS -!TAGS/ -tags -.tags -!tags/ -gtags.files -GTAGS -GRTAGS -GPATH -GSYMS -cscope.files -cscope.out -cscope.in.out -cscope.po.out - - -### 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 -# Persistent undo -[._]*.un~ - -# End of https://www.toptal.com/developers/gitignore/api/vim,lua,tags - -lazy-lock.json -- cgit v1.2.3