diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -1,4 +1,5 @@ # git ls-files --others --exclude-from=.git/info/exclude +# git ls-files --others --ignored --exclude-standard --directory # git check-ignore -v flake.lock # git clean -ix # find . -name "*_" | xargs rm -rf @@ -6,6 +7,7 @@ * !.gitignore !.gitattributes +!.editorconfig !nix/** !*.nix !flake.lock @@ -21,18 +23,19 @@ !CHANGELOG !makefile !version.txt +!,version !configuration.txt !*.json !*.sdl -!*.md !meson.build !tangle !*.org !org !org/*.org +!*.md +!*.txt !*.d !*.rb -!*.txt !doc !doc/** !man @@ -73,6 +76,18 @@ !sundry/editor-syntax-etc/vim/ftplugin/*.vim !sundry/editor-syntax-etc/vim/syntax !sundry/editor-syntax-etc/vim/syntax/*.vim +!sundry/editor-syntax-etc/vim/templates +!sundry/editor-syntax-etc/vim/templates/*.tpl +!sundry/editor-syntax-etc/nvim +!sundry/editor-syntax-etc/nvim/*.md +!sundry/editor-syntax-etc/nvim/ftdetect +!sundry/editor-syntax-etc/nvim/ftdetect/*.lua +!sundry/editor-syntax-etc/nvim/ftplugin +!sundry/editor-syntax-etc/nvim/ftplugin/*.lua +!sundry/editor-syntax-etc/nvim/queries +!sundry/editor-syntax-etc/nvim/queries/sisu +!sundry/editor-syntax-etc/nvim/queries/sisu/*.scm +!sundry/editor-syntax-etc/nvim/** !sundry/editor-syntax-etc/emacs !sundry/editor-syntax-etc/emacs/*.el !sundry/editor-syntax-etc/emacs/README @@ -88,7 +103,9 @@ tmp/** *_.org *_.nix *_.d +*_.md *_.txt +*_.json *_ !.envrc-local_ *.swp |
