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 | |
| parent | 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0 (diff) | |
| download | olio-uboot-2014.01-0c9d42e6b0b83d507335a291e3ea99240038f4b9.tar.xz olio-uboot-2014.01-0c9d42e6b0b83d507335a291e3ea99240038f4b9.zip | |
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>
| -rw-r--r-- | .gitignore | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore index cda275ec7..37f2c1dcd 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@  *.orig  *.a  *.o +*~  #  # Top-level generic files |