diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-01-08 14:03:47 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-01-09 20:20:49 +0100 |
| commit | 44eebebf58633022240c98636075566d0dcfdbe7 (patch) | |
| tree | 7acf3979b2489acf1590d62385c48819f53290b5 /.gitignore | |
| parent | 40a8b2f8e1b1fbcda4bf5fd508603e0fc3e9ab76 (diff) | |
add *.cfg and workdir* masks to .gitignore
I have lots of them for testing.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5f5270a84..0dfa16ce5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ *.swp *~ +*.cfg +workdir* bin/ sys/sys_amd64.go |
