Skip to content

Commit

Permalink
.gitignore: Add
Browse files Browse the repository at this point in the history
Signed-off-by: Simon McVittie <[email protected]>
  • Loading branch information
smcv authored and cgwalters committed Nov 11, 2022
1 parent 032175d commit 0388651
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 2022 Collabora Ltd.
# SPDX-License-Identifier: LGPL-2.1-or-later

*.o
*~
.deps/
/*.test
/aclocal.m4
/autom4te.cache/
/build-aux/
/config.h
/config.h.in
/config.log
/config.status
/configure
/git-evtag
/git-evtag-*.tar.*
/git-evtag-*/
/libtool
/m4/libtool.m4
/m4/lt*.m4
/man/*.1
/stamp-h1
Makefile
Makefile.in

0 comments on commit 0388651

Please sign in to comment.