diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-11-23 22:12:48 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-12-11 17:31:37 -0500 |
commit | fc49148876e94924d4218b078c212578bbec9c10 (patch) | |
tree | c4940ecf228b10cb89f47b2da000365d5bbcc4c6 /.gitignore |
sort how you want this to be
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 54 |
1 files changed, 54 insertions, 0 deletions
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/** |