diff options
| author | Xiang Wang <[email protected]> | 2019-03-04 11:20:58 +0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2019-03-05 09:07:23 +0530 |
| commit | a72467f5747fd6c9468581a787cdd51692bf01ef (patch) | |
| tree | 94054c730b800960a92306ce5c94901f32079d1e | |
| parent | 87fbcf93765b939221596ef4075ad48796f17925 (diff) | |
Add tags to .gitignore for being development friendly
Signed-off-by: Xiang Wang <[email protected]>
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,3 +6,6 @@ #Build & install directories build/ install/ + +# Development friendly files +tags |
