diff options
author | Niklaus Giger <niklaus.giger@netstal.com> | 2008-01-21 16:46:00 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-02-14 00:54:23 +0100 |
commit | 0c9d42e6b0b83d507335a291e3ea99240038f4b9 (patch) | |
tree | e2c68867eac6df1ce5bad19ea7ae50d170bc7caa /.gitignore | |
parent | 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0 (diff) | |
download | u-boot-imx-0c9d42e6b0b83d507335a291e3ea99240038f4b9.zip u-boot-imx-0c9d42e6b0b83d507335a291e3ea99240038f4b9.tar.gz u-boot-imx-0c9d42e6b0b83d507335a291e3ea99240038f4b9.tar.bz2 |
Add *~ to .gitignore
One should never add a backup file ending in with ~ to the git repository.
Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ *.orig *.a *.o +*~ # # Top-level generic files |