x
This commit is contained in:
parent
e9dd9ececb
commit
e92459170e
5 changed files with 6 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -279,5 +279,7 @@ cvim/
|
|||
!cvim/vimrc
|
||||
tailscale/
|
||||
X11/xinit/xinitrc.d/
|
||||
!X11/xinit/xinitrc.d/default.sh
|
||||
!X11/xinit/xinitrc.d/example.sh
|
||||
*.bak
|
||||
lazydocker/
|
||||
|
|
|
|||
2
X11/xinit/xinitrc.d/.gitignore
vendored
2
X11/xinit/xinitrc.d/.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
*
|
||||
!.gitignore
|
||||
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Default initialization script
|
||||
#
|
||||
# These commands are required at startup,
|
||||
# If removed, you might run into errors.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Example initialization script.
|
||||
#
|
||||
# In order to run commands on start, create scripts such
|
||||
|
|
|
|||
1
vim/.gitignore
vendored
1
vim/.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
autoload/
|
||||
viminfo*
|
||||
view/
|
||||
swap/
|
||||
|
|
|
|||
Loading…
Reference in a new issue