diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-05-25 17:20:00 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2018-05-25 17:20:00 (EDT) |
commit | cbcd36a66df7d66ea4bc4a9e0e0cbb0921cf1755 (patch) | |
tree | 93852f70af70e9f299ea6e6f80327af5850a3b55 | |
parent | 49bc84301797d1dd50f5f9ea1d99100b9c2c9857 (diff) | |
download | fluxbox-cbcd36a66df7d66ea4bc4a9e0e0cbb0921cf1755.zip fluxbox-cbcd36a66df7d66ea4bc4a9e0e0cbb0921cf1755.tar.gz fluxbox-cbcd36a66df7d66ea4bc4a9e0e0cbb0921cf1755.tar.bz2 |
.gitignore.d/fluxbox: Move .git*.d/* includes
-rwxr-xr-x | .gitignore.d/fluxbox | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/.gitignore.d/fluxbox b/.gitignore.d/fluxbox index 91ef71a..d69d710 100755 --- a/.gitignore.d/fluxbox +++ b/.gitignore.d/fluxbox @@ -15,12 +15,6 @@ !/.fluxbox/ !/.fluxbox/* /.fluxbox/fbrun_history -!/.gitattributes.d/ -!/.gitattributes.d/fluxbox -!/.gitconfig.d/ -!/.gitconfig.d/fluxbox -!/.gitignore.d/ -!/.gitignore.d/fluxbox !/.xinitrc !/.xsession !/bin/ @@ -29,6 +23,14 @@ !/bin/hwmon !/bin/volmon +# Include Git attributes, config, and excludes files +!/.gitattributes.d/ +!/.gitattributes.d/fluxbox +!/.gitconfig.d/ +!/.gitconfig.d/fluxbox +!/.gitignore.d/ +!/.gitignore.d/fluxbox + # Exclude swap and backup files *.s[a-w]? *.vim |