Building in local machine:
$ sh autogen.sh
$ ./configure
$ make
$ sudo make install
Building Debian package:
$ debuild -uc -us -b
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I76faa07c1586658d053a3e260ea231a19392f792
27 lines
192 B
Plaintext
27 lines
192 B
Plaintext
*.o
|
|
*.so
|
|
lib*.so.*
|
|
*~
|
|
debian-template/wiringpi-*.deb
|
|
gpio/gpio
|
|
*.aux
|
|
*.dvi
|
|
*.log
|
|
.DS_Store
|
|
._.DS_Store
|
|
.vscode
|
|
|
|
libs/
|
|
obj/
|
|
|
|
*.lo
|
|
*.la
|
|
*.in
|
|
*.pdf
|
|
|
|
.deps/
|
|
.libs/
|
|
.debhelper/
|
|
m4/
|
|
autom4te.cache/
|