diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-04-24 12:11:50 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-04-24 12:11:50 -0400 |
commit | 7591439b407b39ecfc37b667bc3d54192aa4b9ef (patch) | |
tree | e95e3977686f54735fcd8707da815ead918e703d /.gitignore |
ldc-1.37.0 ... dub 1.36.0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b177cc1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +# 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 +!nixDevEnv.sh +!.envrc +!.envrc-local +!.envrc-nix +!flake.nix +!flake.lock +!nix-overlays +!nix-overlays/** +!shell.nix +!makefile +!justfile +!README +!*.nix +!*.json +!*.org +!*.sh +!*.d +!*.txt +!src +!src/** +!views + +# EXCLUDED Files & directories - ensure excluded +.dub/** +tmp/** +*_.org +*_.nix +*_.d +*_.txt +*_ +*.swp +*~ +*.\#* +\#* |