diff options
author | Einst Crazy <yu.changcai@99cloud.net> | 2015-10-20 10:01:50 +0800 |
---|---|---|
committer | Einst Crazy <yu.changcai@99cloud.net> | 2015-10-20 10:04:44 +0800 |
commit | fee611997da523014be7b3087b9d498628814b0b (patch) | |
tree | eb9557854b0fdbc22d0e9d8ac0505bed273fcfdf /.gitignore | |
parent | 23e54e37ca0cb0e938470720e102d754c0304120 (diff) | |
download | nova-fee611997da523014be7b3087b9d498628814b0b.tar.gz |
Add tags to .gitignore
When using ctags, it will provide a 'tags' file in the directory.
It should be added to .gitignore.
Change-Id: If393c934a72397e755fc9e9672bb8d610d589a83
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3b16a68a11..fea0242acd 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ AUTHORS Authors build-stamp +tags build/* CA/ ChangeLog |