diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-28 13:56:27 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-28 13:56:27 +0100 |
commit | a2bf885cf537f9ab2164d5967c85dc3b651069da (patch) | |
tree | cda8c900a0f215f958bf8e411f4e9c46f1840694 /.gitignore | |
parent | typo (diff) | |
download | gpp-a2bf885cf537f9ab2164d5967c85dc3b651069da.tar.gz gpp-a2bf885cf537f9ab2164d5967c85dc3b651069da.tar.bz2 gpp-a2bf885cf537f9ab2164d5967c85dc3b651069da.tar.xz |
improve makefile and file structure
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ _/ -bin/ +/bin/ +/obj/ __pycache__/ /dist/*/*/* !/dist/*/*/PKGBUILD |