diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-03-05 05:23:17 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-03-05 05:23:17 (EST) |
commit | 495ebec9ffbfa523eed5dc73933e95d53e8887c1 (patch) | |
tree | c96ee49014b86970ff4d6ce9ed6a6d8044d6a0ec /.gitignore.d | |
download | fluxbox-495ebec9ffbfa523eed5dc73933e95d53e8887c1.zip fluxbox-495ebec9ffbfa523eed5dc73933e95d53e8887c1.tar.gz fluxbox-495ebec9ffbfa523eed5dc73933e95d53e8887c1.tar.bz2 |
Initial commit
Diffstat (limited to '.gitignore.d')
-rwxr-xr-x | .gitignore.d/fluxbox | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore.d/fluxbox b/.gitignore.d/fluxbox new file mode 100755 index 0000000..6050b01 --- /dev/null +++ b/.gitignore.d/fluxbox @@ -0,0 +1,14 @@ +# Exclude all files +* + +# Include relevant files +!/.fluxbox/ +!/.fluxbox/* +!/.gitignore.d/ +!/.gitignore.d/fluxbox + +# Exclude swap and backup files +*.s[a-w]? +*.vim +*~ +*.orig |