summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJason Papakostas2016-05-25 17:39:53 -0500
committerJason Papakostas2016-05-25 17:39:53 -0500
commit018a316907b853339003a6c9cfc3ca9276ea50bb (patch)
tree4fab1bb42acaf2aad68e993fe6d253d2d19bc070 /.gitignore
parent5968435094591526e9599f2e93af68df2e3b86c6 (diff)
downloadaur-018a316907b853339003a6c9cfc3ca9276ea50bb.tar.gz
PKGBUILD rewrite and update to version 456
- use commit specific source urls - now using the versions in the upstream commit messages as $pkgver - no epoch required since the upstream version was higher than ours here - specify/verify/install license - README no longer installed as executable - architecture is 'any' now since it's python
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..ec379481f247
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/cpplint-*.py
+/cpplint-*.pkg.tar.xz
+/README-*
+/pkg/
+/src/ \ No newline at end of file