diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-02 14:38:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-02 14:38:34 -0300 |
commit | 6bed1ca4caf221c72eadbd12d4b44c666d1dcf3c (patch) | |
tree | 5c13bf5eb4a49c71ba03d5dca0b79702b4786d0f | |
parent | 04651f14fe18516fbf37b2eb314f646c182209d6 (diff) | |
download | ratpoison-6bed1ca4caf221c72eadbd12d4b44c666d1dcf3c.tar.gz ratpoison-6bed1ca4caf221c72eadbd12d4b44c666d1dcf3c.tar.bz2 |
Adds .gitignore and debian dependencies
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | dependencies/debian | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3eed8fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# As we are handling with config files, it might be better to +# use a paranoid config by default. +# +# Comment that while in development. +* diff --git a/dependencies/debian b/dependencies/debian new file mode 100644 index 0000000..c4ee012 --- /dev/null +++ b/dependencies/debian @@ -0,0 +1,4 @@ +# +# Basic +# +ratpoison |