diff options
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_ |