From fc49148876e94924d4218b078c212578bbec9c10 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 23 Nov 2022 22:12:48 -0500 Subject: sort how you want this to be --- .gitignore | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2db81a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,54 @@ +# git ls-files --others --exclude-from=.git/info/exclude +# git check-ignore -v flake.lock +# git clean -ix +# find . -name "*_" | xargs rm -rf +# find . -name "*.o" | xargs rm -rf +* +!.gitignore +!.gitattributes +!*.nix +!nix +!nix/** +!flake.lock +!.envrc +!README.md +!README +!COPYRIGHT +!CHANGELOG +!makefile +!version.txt +!*.json +!*.sdl +!meson.build +!tangle +!*.d +!*.rb +!*.txt +!conf.sdl +!src +!src/** +!*.sst +!*.ssm +!**/*.sst +!**/*.ssm +!config_local_site +!views +.dub/** +**/.dub/** +**/cgi-bin/** +tmp/** +*_.org +*_.d +*_.txt +*_ +*.swp +*~ +*~ +\#* +*.\#* +!.envrc-local_ +!src/spine_search.d_ +#!*/ +#\#* +#*.\#* +#.reggae/** -- cgit v1.2.3