diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-12-19 21:27:17 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-12-31 21:55:43 -0500 |
commit | da6f5d079e01906fb5dc558390659557a869df8f (patch) | |
tree | 35b99248cf1ba78b52474bea960f92984ff721c7 /.gitignore | |
parent | sort how you want this to be (diff) |
nix flake, things nix
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -6,9 +6,8 @@ * !.gitignore !.gitattributes -!*.nix -!nix !nix/** +!*.nix !flake.lock !.envrc !README.md @@ -17,14 +16,17 @@ !CHANGELOG !makefile !version.txt +!configuration.txt !*.json !*.sdl !meson.build !tangle +!*.org +!org +!org/*.org !*.d !*.rb !*.txt -!conf.sdl !src !src/** !*.sst @@ -38,12 +40,12 @@ **/cgi-bin/** tmp/** *_.org +*_.nix *_.d *_.txt *_ *.swp *~ -*~ \#* *.\#* !.envrc-local_ |