mirror of
https://github.com/eclipse/tinydtls.git
synced 2025-05-09 12:01:02 +08:00
add ".project" to GITIGNOREDS in Makefile and updated .gitignore
This commit is contained in:
parent
ff88c72ee2
commit
a185ca6e0b
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,3 +61,4 @@ dtls_config.h
|
|||||||
*.wismote
|
*.wismote
|
||||||
*.z1
|
*.z1
|
||||||
*.z1sp
|
*.z1sp
|
||||||
|
.project
|
||||||
|
19
Makefile.in
19
Makefile.in
@ -63,15 +63,6 @@ LDFLAGS:=@LIBS@
|
|||||||
ARFLAGS:=cru
|
ARFLAGS:=cru
|
||||||
doc:=doc
|
doc:=doc
|
||||||
|
|
||||||
# files that should be ignored by git
|
|
||||||
GITIGNOREDS:= core \*~ \*.[oa] \*.gz \*.cap \*.pcap Makefile \
|
|
||||||
autom4te.cache/ config.h config.log config.status configure \
|
|
||||||
doc/Doxyfile doc/doxygen.out doc/html/ $(LIB) tests/ccm-test \
|
|
||||||
tests/dtls-client tests/dtls-server tests/prf-test $(package) \
|
|
||||||
$(DISTDIR)/ TAGS \*.patch .gitignore ecc/testecc ecc/testfield \
|
|
||||||
\*.d \*.hex \*.elf \*.map obj_\* tinydtls.h dtls_config.h \
|
|
||||||
$(addprefix \*., $(notdir $(wildcard ../../platform/*)))
|
|
||||||
|
|
||||||
.PHONY: all dirs clean install dist distclean .gitignore doc TAGS
|
.PHONY: all dirs clean install dist distclean .gitignore doc TAGS
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
@ -134,6 +125,16 @@ TAGS:
|
|||||||
$(ETAGS) -a -o $@.new $(HEADERS)
|
$(ETAGS) -a -o $@.new $(HEADERS)
|
||||||
mv $@.new $@
|
mv $@.new $@
|
||||||
|
|
||||||
|
# files that should be ignored by git
|
||||||
|
GITIGNOREDS:= core \*~ \*.[oa] \*.gz \*.cap \*.pcap Makefile \
|
||||||
|
autom4te.cache/ config.h config.log config.status configure \
|
||||||
|
doc/Doxyfile doc/doxygen.out doc/html/ $(LIB) tests/ccm-test \
|
||||||
|
tests/dtls-client tests/dtls-server tests/prf-test $(package) \
|
||||||
|
$(DISTDIR)/ TAGS \*.patch .gitignore ecc/testecc ecc/testfield \
|
||||||
|
\*.d \*.hex \*.elf \*.map obj_\* tinydtls.h dtls_config.h \
|
||||||
|
$(addprefix \*., $(notdir $(wildcard ../../platform/*))) \
|
||||||
|
.project
|
||||||
|
|
||||||
.gitignore:
|
.gitignore:
|
||||||
echo $(GITIGNOREDS) | sed 's/ /\n/g' > $@
|
echo $(GITIGNOREDS) | sed 's/ /\n/g' > $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user