diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-01 11:03:45 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-01 11:03:45 +0000 |
commit | 737b799261f37d7d57eabdb8a0e940c064bf3824 (patch) | |
tree | 9acd2416ec3902ed334ecb27620c5ffdc5057155 /.gitignore | |
parent | 3919e01e94ffcccbac28141a9185de3e509bc315 (diff) | |
download | tizen-distro-737b799261f37d7d57eabdb8a0e940c064bf3824.tar.gz tizen-distro-737b799261f37d7d57eabdb8a0e940c064bf3824.tar.bz2 tizen-distro-737b799261f37d7d57eabdb8a0e940c064bf3824.zip |
Add *~ to .gitignore
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 487f9f0419..2f74a40f8a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ poky-autobuilder* *.swp *.orig *.rej +*~ |