diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -25,6 +25,7 @@ !conf/ !conf/** !*.json +!*.md !*.org !org/ !org/*.org @@ -74,15 +75,29 @@ *.gem *.gemspec !sisu.gemspec -*_.rb -*.rb_ 0???-*.patch *.gz *.xz *_ .* +*_.org +*_.nix +*_.rb +*.rb_ +*_.txt +*_.md +*_ +*.swp +*~ +\#* +*.\#* +#!*/ +#\#* +#*.\#* +tmp/** !.gitignore !.gitattributes !.envrc !.envrc-local !.envrc-nix +!!.envrc-git-init |