mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 02:10:09 +01:00
Requires some .gitignore pattern removal too and an autotools fix to actually dist the man pages. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
71 lines
709 B
Text
71 lines
709 B
Text
# GNU Build System (Autotools)
|
|
aclocal.m4
|
|
*.announce
|
|
autom4te.cache/
|
|
autoscan.log
|
|
build-aux/
|
|
ChangeLog
|
|
compile
|
|
config.cache
|
|
config.guess
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config-ml.in
|
|
config.py
|
|
config.status
|
|
config.status.lineno
|
|
config.sub
|
|
configure
|
|
configure.scan
|
|
depcomp
|
|
.dirstamp
|
|
install-sh
|
|
libtool
|
|
ltmain.sh
|
|
Makefile
|
|
Makefile.in
|
|
mdate-sh
|
|
missing
|
|
mkinstalldirs
|
|
stamp-h?
|
|
# Edit Compile Debug Document Distribute
|
|
*~
|
|
*.bak
|
|
*.bin
|
|
core
|
|
.deps/
|
|
*.dll
|
|
*.exe
|
|
*.gcda
|
|
*.gcno
|
|
*.gcov
|
|
*.kld
|
|
*.ko
|
|
*.ko.cmd
|
|
*.lai
|
|
.libs/
|
|
*.l[oa]
|
|
*.[oa]
|
|
*.objq
|
|
*.patch
|
|
*.pc
|
|
*.pdb
|
|
*.pyc
|
|
py-compile
|
|
*.pyo
|
|
*.so
|
|
*.swo
|
|
*.swp
|
|
symlink-tree
|
|
tags
|
|
*.tar.bz2
|
|
*.tar.gz
|
|
*.tar.xz
|
|
texinfo.tex
|
|
.vimdir
|
|
ylwrap
|
|
# Application Specific Files
|
|
*.trs
|
|
*.log
|
|
*.sig
|