diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-18 16:14:43 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-18 16:14:43 -0300 |
| commit | 39150ff53745717f1adf5a915385026dbdb93cc2 (patch) | |
| tree | 027cb6faedb9fe9ce06757ca272c43d25c9dd523 | |
| parent | Use "ls -lahF" over "ls -lahp" (diff) | |
| download | dotfiles-39150ff53745717f1adf5a915385026dbdb93cc2.tar.gz dotfiles-39150ff53745717f1adf5a915385026dbdb93cc2.tar.xz | |
git/gitignore: Add patches/ to gitignore
| -rw-r--r-- | git/gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/git/gitignore b/git/gitignore index 0497ed3d..062f818d 100644 --- a/git/gitignore +++ b/git/gitignore @@ -4,4 +4,5 @@ req.http *.swp /gemset.nix /.ignore -/tmp/
\ No newline at end of file +/tmp/ +/patches/ |
