summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2010-01-02 16:42:50 -0800
committerDave Beckett <dave@dajobe.org>2010-01-02 16:42:50 -0800
commit3985ef9c5b066713816893e32f616df9fe4c7e14 (patch)
treee081390fdaf1376975516236191d2848b6a61c6f
parentd6c9b7e7084671b77db75beb303b7f35308a9942 (diff)
downloadraptor-3985ef9c5b066713816893e32f616df9fe4c7e14.tar.gz
Add .gitignore to replace SVN properties svn:ignore
-rw-r--r--.gitignore49
-rw-r--r--docs/.gitignore16
-rw-r--r--docs/tmpl/.gitignore1
-rw-r--r--src/.gitignore37
-rw-r--r--tests/.gitignore6
-rw-r--r--tests/feeds/.gitignore10
-rw-r--r--tests/turtle/.gitignore1
-rw-r--r--utils/.gitignore11
8 files changed, 131 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..b253b14e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,49 @@
+.DS_Store
+*~
+*.gz
+*.log
+*.n3
+*.nt
+*.owl
+*.rdf
+*.rdfs
+*.rss
+.gdb_history
+.gdbinit
+ChangeLog*
+INSTALL
+LICENSE.txt
+Makefile
+Makefile.in
+NEWS
+README
+TAGS
+TODO
+aclocal.m4
+autom4te.cache
+bugs
+compile
+config.cache
+config.guess
+config.log
+config.status
+config.sub
+configure
+depcomp
+dmalloc*
+example?
+gtk-doc.make
+install-sh
+libtool
+ltmain.sh
+missing
+mkinstalldirs
+not-used
+old
+raptor-src-config
+raptor.pc
+raptor.rdf
+raptor.spec
+releases
+run*
+setup.sh
diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644
index 00000000..432532a6
--- /dev/null
+++ b/docs/.gitignore
@@ -0,0 +1,16 @@
+*.stamp
+html/
+libraptor.html
+raptor-decl-list.txt
+raptor-decl.txt
+raptor-docs.sgml
+raptor-undeclared.txt
+raptor-undocumented.txt
+raptor-unused.txt
+raptor.args
+raptor.hierarchy
+raptor.interfaces
+raptor.prerequisites
+raptor.signals
+version.xml
+xml/
diff --git a/docs/tmpl/.gitignore b/docs/tmpl/.gitignore
new file mode 100644
index 00000000..751553b3
--- /dev/null
+++ b/docs/tmpl/.gitignore
@@ -0,0 +1 @@
+*.bak
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 00000000..fb66c87c
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,37 @@
+*.gz
+*.la
+*.lo
+*.log
+*.n3
+*.nt
+*.o
+*.owl
+*.rdf
+*.rdfs
+*.rss
+*test
+*test.exe
+.deps
+.gdb_history
+.libs
+TAGS
+dmalloc*
+example?
+n3_lexer.c
+n3_lexer.h
+n3_parser.c
+n3_parser.h
+n3_parser.output
+parsedate.c
+parsedate.h
+parsedate.output
+raptor-config
+raptor_config.h
+raptor_config.h.in
+stamp-h*
+test*
+turtle_lexer.c
+turtle_lexer.h
+turtle_parser.c
+turtle_parser.h
+turtle_parser.output
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 00000000..46ed666f
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,6 @@
+*.out
+.deps
+.libs
+TAGS
+raptor_empty_test
+raptor_empty_test.exe
diff --git a/tests/feeds/.gitignore b/tests/feeds/.gitignore
new file mode 100644
index 00000000..9ec1aa0d
--- /dev/null
+++ b/tests/feeds/.gitignore
@@ -0,0 +1,10 @@
+*.log
+old
+test01.atom
+test02.atom
+test03.atom
+test01.ttl
+test02.ttl
+test03.ttl
+test04.ttl
+test05.ttl
diff --git a/tests/turtle/.gitignore b/tests/turtle/.gitignore
new file mode 100644
index 00000000..0aa5a0eb
--- /dev/null
+++ b/tests/turtle/.gitignore
@@ -0,0 +1 @@
+tests.zip
diff --git a/utils/.gitignore b/utils/.gitignore
new file mode 100644
index 00000000..d49e74a1
--- /dev/null
+++ b/utils/.gitignore
@@ -0,0 +1,11 @@
+.deps
+.gdb_history
+.libs
+*.lo
+*.o
+rapper
+rapper.exe
+rapper.html
+rdfdiff
+rdfdiff.exe
+TAGS