Message ID | 20180914170533.5716-1-jelle@vdwaa.nl |
---|---|
State | Accepted |
Headers | show |
Excerpts from Jelle van der Waa's message of September 14, 2018 19:05: > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 204eb3e..1d6e802 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -9,3 +9,4 @@ depcomp > install-sh > missing > test-driver > +src/paccache.service > -- > 2.19.0 > Thanks! Additionally, we also have e.g. the manpages that should be ignored as well, thanks for the reminder.
diff --git a/.gitignore b/.gitignore index 204eb3e..1d6e802 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ depcomp install-sh missing test-driver +src/paccache.service