diff options
author | Niklaus Giger | 2008-01-21 16:46:00 +0100 |
---|---|---|
committer | Wolfgang Denk | 2008-02-14 00:54:23 +0100 |
commit | 0c9d42e6b0b83d507335a291e3ea99240038f4b9 (patch) | |
tree | e2c68867eac6df1ce5bad19ea7ae50d170bc7caa /.gitignore | |
parent | 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0 (diff) |
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
diff --git a/.gitignore b/.gitignore index cda275ec73b..37f2c1dcd99 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ *.orig *.a *.o +*~ # # Top-level generic files |