diff options
author | Jon Gjengset | 2017-07-03 13:06:07 -0400 |
---|---|---|
committer | Jon Gjengset | 2017-07-03 13:06:07 -0400 |
commit | 608400fe5b0884512b5935b54f9e78135fb1194e (patch) | |
tree | 67a3b94eaf9ef2026fae31a10a60a9b92da46ffd /.gitignore | |
download | aur-608400fe5b0884512b5935b54f9e78135fb1194e.tar.gz |
Initial release
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..a2a69f1bf998 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pkg.tar.xz +src/ +pkg/ |