diff options
author | Que Quotion | 2016-03-21 00:05:58 +0900 |
---|---|---|
committer | Que Quotion | 2016-03-21 00:05:58 +0900 |
commit | 8bb63243303fb313baf09a95c3e49ae923b0781a (patch) | |
tree | bb452c9a742a7efce00a8d266d9b220d899553d2 /.gitignore | |
download | aur-8bb63243303fb313baf09a95c3e49ae923b0781a.tar.gz |
makepkg-optimize
A fork of makepkg for the inclusion of extraneous optimization
routines. Intended for users who want or need extreme amounts
of compiler optimization, executable compression, etc.
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 00000000000..a90e3355d23 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pkg.tar.xz +pkg/ +src/ |