mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Add Git ignore patterns
Signed-off-by: Tom Dewey <tom.dewey@raspberrypi.com>
This commit is contained in:
parent
eccc02895d
commit
c177c87410
1 changed files with 6 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -9,3 +9,8 @@ debian/files
|
||||||
debian/*.substvars
|
debian/*.substvars
|
||||||
debian/debhelper**
|
debian/debhelper**
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
# editor backups
|
||||||
|
*.*swp*
|
||||||
|
|
||||||
|
# AppImage related
|
||||||
|
*.AppImage*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue