Skip to content
Snippets Groups Projects
Commit b83e8fae authored by clohr's avatar clohr
Browse files

svnignore *.o

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/C/trunk@1258 b32b6428-25c9-4566-ad07-03861ab6144f
parent 4c1809af
No related branches found
No related tags found
No related merge requests found
Showing
with 79 additions and 1 deletion
generic-sender.o
generic-sender
......@@ -23,3 +23,10 @@ Makefile.dep: $(PROG).c
$(CC) $(CFLAGS) -MM $^ > $@
include Makefile.dep
.svnignore:
echo $(PROG).o $(PROG) | tr ' ' '\012' > $@
svnignore: .svnignore
svn propset svn:ignore -F $< .
File deleted
File deleted
generic-sender.o
generic-sender
......@@ -23,3 +23,10 @@ Makefile.dep: $(PROG).c
$(CC) $(CFLAGS) -MM $^ > $@
include Makefile.dep
.svnignore:
echo $(PROG).o $(PROG) | tr ' ' '\012' > $@
svnignore: .svnignore
svn propset svn:ignore -F $< .
File deleted
File deleted
No preview for this file type
......@@ -8,6 +8,13 @@
"daemon": false,
"dir": ".",
"urls": [
"https:\/\/svn.telecom-bretagne.eu\/svn-public\/xAAL\/schemas\/trunk\/"
"https:\/\/svn.telecom-bretagne.eu\/svn-public\/xAAL\/schemas\/trunk\/",
"^[a-zA-Z][a-zA-Z0-9_.-]*$",
"\u0004",
"Simple thermometer",
"Tags associated with the device",
"is file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.",
"\u0006",
"\u0004"
]
}
\ No newline at end of file
libxaal_aux.a
libxaal_aux.so
libxaal_aux.o
dummyLamp_aux
dummyLamp_aux.o
......@@ -51,3 +51,9 @@ include Makefile.dep
.PHONY: all clean proper install test
.SUFFIXES: .a
.svnignore:
echo lib$(LIB).a lib$(LIB).so lib$(LIB).o $(DEMOS) $(DEMOS:=.o) | tr ' ' '\012' > $@
svnignore: .svnignore
svn propset svn:ignore -F $< .
File deleted
libxaal.a
libxaal.so
libxaal.o
dumper
dummyLamp
lampCommander
thermoPC
thermoWatch
tattler
schemory
schemaDumper
metadatadb
metadatadbTester
pushtag
cache
automalua
azerty
dummyDimmer
dummyShutter
dumper.o
dummyLamp.o
lampCommander.o
thermoPC.o
thermoWatch.o
tattler.o
schemory.o
schemaDumper.o
metadatadb.o
metadatadbTester.o
pushtag.o
cache.o
automalua.o
azerty.o
dummyDimmer.o
dummyShutter.o
......@@ -81,3 +81,10 @@ include Makefile.dep
.PHONY: all clean proper install test
.SUFFIXES: .a
.svnignore:
echo lib$(LIB).a lib$(LIB).so lib$(LIB).o $(DEMOS) $(DEMOS:=.o) | tr ' ' '\012' > $@
svnignore: .svnignore
svn propset svn:ignore -F $< .
File deleted
File deleted
File deleted
File deleted
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment