]> git.proxmox.com Git - mirror_corosync.git/commitdiff
Add .gitignore files.
authorAngus Salkeld <asalkeld@redhat.com>
Thu, 21 Oct 2010 09:31:17 +0000 (20:31 +1100)
committerSteven Dake <sdake@redhat.com>
Thu, 21 Oct 2010 14:43:46 +0000 (07:43 -0700)
Otherwise "git status" is a pain.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Reviewed-by: Steven Dake <sdake@edhat.com>
.gitignore [new file with mode: 0644]
cts/.gitignore [new file with mode: 0644]
exec/.gitignore [new file with mode: 0644]
include/corosync/.gitignore [new file with mode: 0644]
init/.gitignore [new file with mode: 0644]
lcr/.gitignore [new file with mode: 0644]
man/.gitignore [new file with mode: 0644]
pkgconfig/.gitignore [new file with mode: 0644]
test/.gitignore [new file with mode: 0644]
tools/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..d853a2a
--- /dev/null
@@ -0,0 +1,19 @@
+*.o
+*.a
+*.lcrso
+*.so*
+.deps
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+config.guess
+config.log
+config.status
+config.sub
+configure
+depcomp
+install-sh
+missing
+tags
+ID
diff --git a/cts/.gitignore b/cts/.gitignore
new file mode 100644 (file)
index 0000000..6f99c8f
--- /dev/null
@@ -0,0 +1,2 @@
+CTSvars.py
+*_test_agent
diff --git a/exec/.gitignore b/exec/.gitignore
new file mode 100644 (file)
index 0000000..d746f18
--- /dev/null
@@ -0,0 +1 @@
+corosync
diff --git a/include/corosync/.gitignore b/include/corosync/.gitignore
new file mode 100644 (file)
index 0000000..7c9b0fc
--- /dev/null
@@ -0,0 +1,3 @@
+config.h*
+cs_config.h
+stamp-*
diff --git a/init/.gitignore b/init/.gitignore
new file mode 100644 (file)
index 0000000..6ab3892
--- /dev/null
@@ -0,0 +1 @@
+generic
diff --git a/lcr/.gitignore b/lcr/.gitignore
new file mode 100644 (file)
index 0000000..aafc88c
--- /dev/null
@@ -0,0 +1,3 @@
+test
+test_static
+uic
diff --git a/man/.gitignore b/man/.gitignore
new file mode 100644 (file)
index 0000000..2d19fc7
--- /dev/null
@@ -0,0 +1 @@
+*.html
diff --git a/pkgconfig/.gitignore b/pkgconfig/.gitignore
new file mode 100644 (file)
index 0000000..6fd0ef0
--- /dev/null
@@ -0,0 +1 @@
+*.pc
diff --git a/test/.gitignore b/test/.gitignore
new file mode 100644 (file)
index 0000000..f5a7b95
--- /dev/null
@@ -0,0 +1,20 @@
+cpgbench
+cpgbound
+cpgverify
+evsbench
+evsverify
+logsys_s
+logsys_t1
+logsys_t2
+logsysbench
+logsysrec
+stress_cpgcontext
+stress_cpgfdget
+testconfdb
+testcpg
+testcpg2
+testevs
+testquorum
+testsam
+testvotequorum1
+testvotequorum2
diff --git a/tools/.gitignore b/tools/.gitignore
new file mode 100644 (file)
index 0000000..aa2eb2e
--- /dev/null
@@ -0,0 +1,7 @@
+corosync-cfgtool
+corosync-cpgtool
+corosync-fplay
+corosync-keygen
+corosync-objctl
+corosync-pload
+corosync-quorumtool