mirror of
https://git.familie-radermacher.ch/linux/ptouch-print.git
synced 2025-12-18 13:55:26 +01:00
fix build using cmake with generating version info from git
This commit is contained in:
parent
cd4e99b9e5
commit
32c29a1c4c
17 changed files with 213 additions and 271 deletions
39
.gitignore
vendored
39
.gitignore
vendored
|
|
@ -1,43 +1,8 @@
|
|||
# http://www.gnu.org/software/automake
|
||||
Makefile.in
|
||||
|
||||
# http://www.gnu.org/software/autoconf
|
||||
/autom4te.cache
|
||||
/aclocal.m4
|
||||
/compile
|
||||
/depcomp
|
||||
/install-sh
|
||||
/missing
|
||||
/stamp-h1
|
||||
/configure
|
||||
/config.guess
|
||||
/config.h.in
|
||||
/config.rpath
|
||||
/config.sub
|
||||
|
||||
# generated by configure script
|
||||
/config.h
|
||||
/config.status
|
||||
/Makefile
|
||||
|
||||
# C-Objects
|
||||
*.o
|
||||
# generated files
|
||||
build/
|
||||
|
||||
# special directories
|
||||
/po
|
||||
!/po/POTFILES.in
|
||||
!/po/LINGUAS
|
||||
!/po/Makevars
|
||||
/m4
|
||||
src/.deps/
|
||||
src/.dirstamp
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
# Documents
|
||||
ABOUT-NLS
|
||||
INSTALL
|
||||
|
||||
# Binaries
|
||||
ptouch-print
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue