diff options
author | VoidAtValhalla <VoidAtValhalla@users.noreply.github.com> | 2014-03-18 21:25:03 +0100 |
---|---|---|
committer | VoidAtValhalla <VoidAtValhalla@users.noreply.github.com> | 2014-03-18 21:25:03 +0100 |
commit | 9724889d1f260e41e0b501a1cdaeb497a2d0d9ac (patch) | |
tree | 9bbb97868cfa778ba5ecb0bde236a096718ba3fe | |
parent | 1dd0ea1d4c1aa93fe5efd96e4818babd778289d6 (diff) | |
parent | 87f72a8e413c7ca47ef99791b897f9e6c4304f4e (diff) | |
download | bemenu-9724889d1f260e41e0b501a1cdaeb497a2d0d9ac.tar.gz bemenu-9724889d1f260e41e0b501a1cdaeb497a2d0d9ac.tar.bz2 bemenu-9724889d1f260e41e0b501a1cdaeb497a2d0d9ac.zip |
Merge branch 'dev/gitignore' into develop
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -16,3 +16,25 @@ *.exe *.out *.app + +# Vim swap files +.*.swp +.swp + +# Archives +*.tar +*.tar.gz +*.tgz +*.tar.bz2 +*.tar.xz +*.zip +*.rar + +# Build directories +build/ +bin/ + +# Backup files +*~ +*.backup +*.old |