diff options
| author | Per Larsson <[email protected]> | 2021-06-23 14:44:42 +0200 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2021-06-23 14:44:42 +0200 |
| commit | 98f7ad4925ecdc7f22b044af1df08fd8e0997eda (patch) | |
| tree | 9d90c15fd6506a95ac737327f1c0e1177b40c8fd | |
| parent | Support iterative cooks (#3) (diff) | |
| download | zen-98f7ad4925ecdc7f22b044af1df08fd8e0997eda.tar.xz zen-98f7ad4925ecdc7f22b044af1df08fd8e0997eda.zip | |
Ignore tags folder created by ctags et al.
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4395cd288..a2c15bdea 100644 --- a/.gitignore +++ b/.gitignore @@ -211,3 +211,10 @@ __pycache__/ .data/ .minio_data/ .test/ + +# Tags +TAGS +.TAGS +tags +.tags +!tags/ |