mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
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>
This commit is contained in:

committed by
Wolfgang Denk

parent
3cfb0c51b2
commit
0c9d42e6b0
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,6 +10,7 @@
|
||||
*.orig
|
||||
*.a
|
||||
*.o
|
||||
*~
|
||||
|
||||
#
|
||||
# Top-level generic files
|
||||
|
Reference in New Issue
Block a user