git ignore and flatpak removal
This commit is contained in:
parent
fd69ecbbe6
commit
44c573164c
3 changed files with 15 additions and 6 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
BraveSoftware
|
||||
Session
|
||||
cef_user_data
|
||||
cmus
|
||||
dconf
|
||||
gnome-boxes
|
||||
gtk-3.0
|
||||
htop
|
||||
libfm
|
||||
libreoffice
|
||||
libvirt
|
||||
lutris
|
||||
pcmanfm
|
||||
pulse
|
||||
surf
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec /usr/bin/flatpak run --branch=stable --arch=x86_64 org.gnome.Boxes "$@"
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
flatpak run org.kde.kdenlive
|
Loading…
Reference in a new issue