mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00: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:
parent
3cfb0c51b2
commit
0c9d42e6b0
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,6 +10,7 @@
|
|||
*.orig
|
||||
*.a
|
||||
*.o
|
||||
*~
|
||||
|
||||
#
|
||||
# Top-level generic files
|
||||
|
|
Loading…
Add table
Reference in a new issue