diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-05-03 10:03:25 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-05-03 10:03:25 +0300 |
commit | 93cbdc0ca88d46454b96043d8baf4b231e91474a (patch) | |
tree | 0db78cb9e3c2e3ec85c01f61261fe7d72c83453b /.gitignore | |
parent | b796c2e2092f3ed41e607382a798d27e3e11b914 (diff) |
Add debian packaging and some build scripts
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ .idea/ +target/ gomuks -gomuks.exe +*.exe +*.deb coverage.out coverage.html +deb/usr |