Initial commit.
This commit is contained in:
commit
7d8f665c12
13 changed files with 1522 additions and 0 deletions
68
.gitignore
vendored
Normal file
68
.gitignore
vendored
Normal file
|
@ -0,0 +1,68 @@
|
|||
### Autotools ###
|
||||
Makefile.in
|
||||
Makefile
|
||||
|
||||
# http://www.gnu.org/software/autoconf
|
||||
autom4te.cache
|
||||
/autoscan.log
|
||||
/autoscan-*.log
|
||||
/aclocal.m4
|
||||
/compile
|
||||
/config.gues
|
||||
/config.h.in
|
||||
/config.log
|
||||
/config.status
|
||||
/config.sub
|
||||
/config.guess
|
||||
/config.rpath
|
||||
/configure
|
||||
/config.scan
|
||||
/depcomp
|
||||
/install-sh
|
||||
/missing
|
||||
/stamp-h1
|
||||
/stamp-h
|
||||
/config.h
|
||||
/ABOUT-NLS
|
||||
/INSTALL
|
||||
/timestamp
|
||||
/AUTHORS
|
||||
/ChangeLog
|
||||
|
||||
# Libtool.
|
||||
/ltmain.sh
|
||||
libtool
|
||||
|
||||
# temp files.
|
||||
*~
|
||||
|
||||
# http://www.gnu.org/software/m4/
|
||||
m4/build-to-host.m4
|
||||
m4/gettext.m4
|
||||
m4/host-cpu-c-abi.m4
|
||||
m4/iconv.m4
|
||||
m4/intlmacosx.m4
|
||||
m4/lib-ld.m4
|
||||
m4/lib-link.m4
|
||||
m4/lib-prefix.m4
|
||||
m4/libtool.m4
|
||||
m4/lt~obsolete.m4
|
||||
m4/ltoptions.m4
|
||||
m4/ltsugar.m4
|
||||
m4/ltversion.m4
|
||||
m4/nls.m4
|
||||
m4/po.m4
|
||||
m4/progtest.m4
|
||||
|
||||
# Executables
|
||||
*.go
|
||||
|
||||
# gettext autogenerated files.
|
||||
po/*sed
|
||||
po/*.header
|
||||
po/*.sin
|
||||
po/Rules-quot
|
||||
po/Makevars.template
|
||||
po/POTFILES
|
||||
po/Makefile.in.in
|
||||
*.pot
|
Loading…
Add table
Add a link
Reference in a new issue