Sfoglia il codice sorgente

Add .gitignore files.

Otherwise "git status" is a pain.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Reviewed-by: Steven Dake <sdake@edhat.com>
Angus Salkeld 15 anni fa
parent
commit
6cab465b7a
10 ha cambiato i file con 58 aggiunte e 0 eliminazioni
  1. 19 0
      .gitignore
  2. 2 0
      cts/.gitignore
  3. 1 0
      exec/.gitignore
  4. 3 0
      include/corosync/.gitignore
  5. 1 0
      init/.gitignore
  6. 3 0
      lcr/.gitignore
  7. 1 0
      man/.gitignore
  8. 1 0
      pkgconfig/.gitignore
  9. 20 0
      test/.gitignore
  10. 7 0
      tools/.gitignore

+ 19 - 0
.gitignore

@@ -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

+ 2 - 0
cts/.gitignore

@@ -0,0 +1,2 @@
+CTSvars.py
+*_test_agent

+ 1 - 0
exec/.gitignore

@@ -0,0 +1 @@
+corosync

+ 3 - 0
include/corosync/.gitignore

@@ -0,0 +1,3 @@
+config.h*
+cs_config.h
+stamp-*

+ 1 - 0
init/.gitignore

@@ -0,0 +1 @@
+generic

+ 3 - 0
lcr/.gitignore

@@ -0,0 +1,3 @@
+test
+test_static
+uic

+ 1 - 0
man/.gitignore

@@ -0,0 +1 @@
+*.html

+ 1 - 0
pkgconfig/.gitignore

@@ -0,0 +1 @@
+*.pc

+ 20 - 0
test/.gitignore

@@ -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

+ 7 - 0
tools/.gitignore

@@ -0,0 +1,7 @@
+corosync-cfgtool
+corosync-cpgtool
+corosync-fplay
+corosync-keygen
+corosync-objctl
+corosync-pload
+corosync-quorumtool