kopia lustrzana https://github.com/Hamlib/Hamlib
Sort .gitignore
rodzic
4da91f1a28
commit
b66d1ac7c1
|
@ -1,59 +1,68 @@
|
||||||
# .gitignore for Hamlib
|
|
||||||
# .gitignore
|
# .gitignore
|
||||||
.deps/
|
# .gitignore for Hamlib
|
||||||
.dirstamp
|
$depbase.Tpo
|
||||||
.libs/
|
|
||||||
*~
|
|
||||||
*.exe
|
*.exe
|
||||||
*.o
|
|
||||||
*.lo
|
|
||||||
*.la
|
*.la
|
||||||
|
*.lo
|
||||||
|
*.o
|
||||||
*.orig
|
*.orig
|
||||||
*.sh.log
|
*.sh.log
|
||||||
*.sh.trs
|
*.sh.trs
|
||||||
*.swp
|
*.swp
|
||||||
$depbase.Tpo
|
*~
|
||||||
|
.DS_Store
|
||||||
|
._.DS_Store
|
||||||
|
.cproject
|
||||||
|
.deps/
|
||||||
|
.dirstamp
|
||||||
|
.gdbinit
|
||||||
|
.libs/
|
||||||
|
.project
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
__pycache__
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
|
autom4te.cache/
|
||||||
|
bindings/Hamlib.py
|
||||||
|
bindings/hamlibpy_wrap.c
|
||||||
|
bindings/hamlibvb.bas
|
||||||
|
build-aux/
|
||||||
|
build/
|
||||||
compile
|
compile
|
||||||
config.guess
|
config.guess
|
||||||
config.sub
|
|
||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
|
config.sub
|
||||||
configure
|
configure
|
||||||
cppcheck.log
|
cppcheck.log
|
||||||
depcomp
|
depcomp
|
||||||
hamlib.pc
|
|
||||||
hamlib.spec
|
|
||||||
install-sh
|
|
||||||
libtool
|
|
||||||
ltmain.sh
|
|
||||||
missing
|
|
||||||
py-compile
|
|
||||||
tuner_control.log
|
|
||||||
autom4te.cache/
|
|
||||||
bindings/Hamlib.py
|
|
||||||
bindings/hamlibvb.bas
|
|
||||||
bindings/hamlibpy_wrap.c
|
|
||||||
build-aux/
|
|
||||||
doc/hamlib.cfg
|
doc/hamlib.cfg
|
||||||
|
doc/hamlib.html
|
||||||
doc/hamlib.info
|
doc/hamlib.info
|
||||||
doc/stamp-vti
|
doc/stamp-vti
|
||||||
doc/hamlib.html
|
|
||||||
doc/version.texi
|
doc/version.texi
|
||||||
hamlib-*.tar.gz
|
hamlib-*.tar.gz
|
||||||
hamlib-*.zip
|
hamlib-*.zip
|
||||||
|
hamlib.pc
|
||||||
|
hamlib.spec
|
||||||
include/hamlib/config.h
|
include/hamlib/config.h
|
||||||
include/hamlib/config.h.in
|
include/hamlib/config.h.in
|
||||||
include/stamp-h1
|
|
||||||
include/hamlib/stamp-h1
|
include/hamlib/stamp-h1
|
||||||
|
include/stamp-h1
|
||||||
|
install-sh
|
||||||
|
libs/
|
||||||
|
libtool
|
||||||
|
ltmain.sh
|
||||||
macros/libtool.m4
|
macros/libtool.m4
|
||||||
macros/ltoptions.m4
|
macros/ltoptions.m4
|
||||||
macros/ltsugar.m4
|
macros/ltsugar.m4
|
||||||
macros/ltversion.m4
|
macros/ltversion.m4
|
||||||
macros/lt~obsolete.m4
|
macros/lt~obsolete.m4
|
||||||
macros/pkg.m4
|
macros/pkg.m4
|
||||||
|
missing
|
||||||
|
obj/
|
||||||
|
py-compile
|
||||||
|
src/hamlibdatetime.h
|
||||||
tests/ampctl
|
tests/ampctl
|
||||||
tests/ampctld
|
tests/ampctld
|
||||||
tests/rigctl
|
tests/rigctl
|
||||||
|
@ -65,19 +74,10 @@ tests/rigfreqwalk
|
||||||
tests/rigmem
|
tests/rigmem
|
||||||
tests/rigsmtr
|
tests/rigsmtr
|
||||||
tests/rigswr
|
tests/rigswr
|
||||||
tests/rotctl
|
|
||||||
tests/rotctld
|
|
||||||
tests/testlibusb
|
|
||||||
tests/rigtestlibusb
|
tests/rigtestlibusb
|
||||||
tests/rigtestmcast
|
tests/rigtestmcast
|
||||||
tests/rigtestmcastrx
|
tests/rigtestmcastrx
|
||||||
src/hamlibdatetime.h
|
tests/rotctl
|
||||||
.gdbinit
|
tests/rotctld
|
||||||
build/
|
tests/testlibusb
|
||||||
libs/
|
tuner_control.log
|
||||||
obj/
|
|
||||||
.project
|
|
||||||
.cproject
|
|
||||||
.DS_Store
|
|
||||||
._.DS_Store
|
|
||||||
__pycache__
|
|
||||||
|
|
Ładowanie…
Reference in New Issue