fix gitignore
This commit is contained in:
parent
5d78fd6eca
commit
8783ab05e3
10 changed files with 1 additions and 2050 deletions
|
@ -1,19 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
if [[ ! -d "/home/youwen/Source/active/minigrep" ]]; then
|
||||
echo "Cannot find source directory; Did you move it?"
|
||||
echo "(Looking for "/home/youwen/Source/active/minigrep")"
|
||||
echo 'Cannot force reload with this script - use "direnv reload" manually and then try again'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# rebuild the cache forcefully
|
||||
_nix_direnv_force_reload=1 direnv exec "/home/youwen/Source/active/minigrep" true
|
||||
|
||||
# Update the mtime for .envrc.
|
||||
# This will cause direnv to reload again - but without re-building.
|
||||
touch "/home/youwen/Source/active/minigrep/.envrc"
|
||||
|
||||
# Also update the timestamp of whatever profile_rc we have.
|
||||
# This makes sure that we know we are up to date.
|
||||
touch -r "/home/youwen/Source/active/minigrep/.envrc" "/home/youwen/Source/active/minigrep/.direnv"/*.rc
|
|
@ -1 +0,0 @@
|
|||
/nix/store/0zm67d16ijif01c3fzcng4lhazz3b08i-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/byd6aqsq9m8kk6wwvz3dgdd1114bqmbb-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/na7sykizsgkzh9i3wc8m8pz5xfqib2rv-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/sfycwi72zfjsspidinx56ajaiffpyh17-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/v9dvfkr6rpl1dh02b4lyjx0gzwkiwvk3-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/yj1wxm9hh8610iyzqnz75kvs6xl8j3my-source
|
|
@ -1 +0,0 @@
|
|||
/nix/store/hg9ymxmrlw6csbbppwhbr552icsy375x-nix-shell-env
|
File diff suppressed because it is too large
Load diff
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
/target
|
||||
.direnv/
|
||||
|
|
Loading…
Reference in a new issue