diff options
Diffstat (limited to '.gitignore.d/fluxbox')
-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 |