diff options
author | Abhishek Lekshmanan <abhishek@suse.com> | 2016-01-27 23:23:18 +0100 |
---|---|---|
committer | Abhishek Lekshmanan <abhishek@suse.com> | 2016-01-27 23:23:18 +0100 |
commit | 464a0adac035f3da50b38f9ea79dd363a7d85ee9 (patch) | |
tree | 3b83b234df08eb77d9999caa592dce0798c0bbc4 /.gitignore | |
parent | remove unused source file (diff) | |
download | ceph-464a0adac035f3da50b38f9ea79dd363a7d85ee9.tar.xz ceph-464a0adac035f3da50b38f9ea79dd363a7d85ee9.zip |
gitignore: ignore backup files from editors etc.
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2427b77b930..e1f991aec72 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,6 @@ GTAGS # common cmake build dir /build + +# editor backup files etc. +\#*\# |