diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2014-07-03 00:43:19 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2014-07-03 00:43:19 +0200 |
commit | 6a6dc927416c5c488aa73d3ee13f6640ed3b617e (patch) | |
tree | d632eaad1dcb77b674a5481a8b22e88de3a589e4 /.gitignore | |
download | xmonad-config-6a6dc927416c5c488aa73d3ee13f6640ed3b617e.tar.gz xmonad-config-6a6dc927416c5c488aa73d3ee13f6640ed3b617e.tar.xz xmonad-config-6a6dc927416c5c488aa73d3ee13f6640ed3b617e.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4973643 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.hi +*.o +xmonad.errors +# this is the compiled xmoand binary (xmoand-<arch>-<os>) +xmonad-*-* + +# history file for XMonad.Prompt +history |