summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2015-07-27 13:18:35 +0100
committerAlasdair G Kergon <agk@redhat.com>2015-07-27 13:18:35 +0100
commit3934ade5a22367f31bb951ebb2a2cb1bfd326f8c (patch)
tree082b3acdc45620068f948ec52dc0f5bdffc9458c
parentf4fa3e1a6be13b5d07a6102a642e0cac0d338e62 (diff)
downloadlvm2-3934ade5a22367f31bb951ebb2a2cb1bfd326f8c.tar.gz
gitignore: Update for in-place build.
-rw-r--r--.gitignore11
-rw-r--r--conf/.gitignore4
-rw-r--r--daemons/clvmd/.gitignore1
-rw-r--r--daemons/cmirrord/.gitignore1
-rw-r--r--daemons/dmeventd/.gitignore1
-rw-r--r--daemons/lvmetad/.gitignore2
-rw-r--r--daemons/lvmlockd/.gitignore2
-rw-r--r--daemons/lvmpolld/.gitignore1
-rw-r--r--lib/misc/.gitignore1
-rw-r--r--python/.gitignore2
-rw-r--r--scripts/.gitignore12
-rw-r--r--tools/.gitignore1
-rw-r--r--udev/.gitignore5
13 files changed, 40 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 52663d4d1..19181c966 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,16 @@
*.5
+*.7
*.8
*.a
*.d
*.o
+*.orig
*.pc
*.pot
+*.rej
*.so
*.so.*
-*.swp
+*.sw*
*~
.export.sym
@@ -17,11 +20,11 @@
Makefile
make.tmpl
-configure.h
-version.h
-
/autom4te.cache/
+/autoscan.log
/config.log
/config.status
+/configure.scan
/cscope.out
+/tags
/tmp/
diff --git a/conf/.gitignore b/conf/.gitignore
new file mode 100644
index 000000000..f505a4950
--- /dev/null
+++ b/conf/.gitignore
@@ -0,0 +1,4 @@
+command_profile_template.profile
+example.conf
+lvmlocal.conf
+metadata_profile_template.profile
diff --git a/daemons/clvmd/.gitignore b/daemons/clvmd/.gitignore
new file mode 100644
index 000000000..816032f97
--- /dev/null
+++ b/daemons/clvmd/.gitignore
@@ -0,0 +1 @@
+clvmd
diff --git a/daemons/cmirrord/.gitignore b/daemons/cmirrord/.gitignore
new file mode 100644
index 000000000..2711e7720
--- /dev/null
+++ b/daemons/cmirrord/.gitignore
@@ -0,0 +1 @@
+cmirrord
diff --git a/daemons/dmeventd/.gitignore b/daemons/dmeventd/.gitignore
new file mode 100644
index 000000000..71cca4c0c
--- /dev/null
+++ b/daemons/dmeventd/.gitignore
@@ -0,0 +1 @@
+dmeventd
diff --git a/daemons/lvmetad/.gitignore b/daemons/lvmetad/.gitignore
new file mode 100644
index 000000000..773097e32
--- /dev/null
+++ b/daemons/lvmetad/.gitignore
@@ -0,0 +1,2 @@
+lvmetad
+lvmetactl
diff --git a/daemons/lvmlockd/.gitignore b/daemons/lvmlockd/.gitignore
new file mode 100644
index 000000000..6ba6109ff
--- /dev/null
+++ b/daemons/lvmlockd/.gitignore
@@ -0,0 +1,2 @@
+lvmlockctl
+lvmlockd
diff --git a/daemons/lvmpolld/.gitignore b/daemons/lvmpolld/.gitignore
new file mode 100644
index 000000000..4ffad0a68
--- /dev/null
+++ b/daemons/lvmpolld/.gitignore
@@ -0,0 +1 @@
+lvmpolld
diff --git a/lib/misc/.gitignore b/lib/misc/.gitignore
index 37a05fe2b..396884bea 100644
--- a/lib/misc/.gitignore
+++ b/lib/misc/.gitignore
@@ -1 +1,2 @@
+configure.h
lvm-version.h
diff --git a/python/.gitignore b/python/.gitignore
new file mode 100644
index 000000000..c87e43ef9
--- /dev/null
+++ b/python/.gitignore
@@ -0,0 +1,2 @@
+.liblvm_built
+setup.py
diff --git a/scripts/.gitignore b/scripts/.gitignore
index 2b9162d4b..3a668ae88 100644
--- a/scripts/.gitignore
+++ b/scripts/.gitignore
@@ -1,12 +1,24 @@
+blk_availability_init_red_hat
+blk_availability_systemd_red_hat.service
+blkdeactivate.sh
clvmd_init_red_hat
cmirrord_init_red_hat
dm_event_systemd_red_hat.service
+dm_event_systemd_red_hat.socket
+lvm2_activation_generator_systemd_red_hat
+lvm2_cluster_activation_red_hat.sh
+lvm2_cluster_activation_systemd_red_hat.service
+lvm2_clvmd_systemd_red_hat.service
+lvm2_cmirrord_systemd_red_hat.service
lvm2_lvmetad_init_red_hat
lvm2_lvmetad_systemd_red_hat.service
lvm2_lvmetad_systemd_red_hat.socket
+lvm2_lvmlockd_systemd_red_hat.service
+lvm2_lvmlocking_systemd_red_hat.service
lvm2_lvmpolld_init_red_hat
lvm2_lvmpolld_systemd_red_hat.service
lvm2_lvmpolld_systemd_red_hat.socket
lvm2_monitoring_init_red_hat
lvm2_monitoring_systemd_red_hat.service
+lvm2_pvscan_systemd_red_hat@.service
lvm2_tmpfiles_red_hat.conf
diff --git a/tools/.gitignore b/tools/.gitignore
index d06b2d832..2e7b3320a 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -1,3 +1,4 @@
.commands
dmsetup
+dmstats
lvm
diff --git a/udev/.gitignore b/udev/.gitignore
new file mode 100644
index 000000000..303d78761
--- /dev/null
+++ b/udev/.gitignore
@@ -0,0 +1,5 @@
+10-dm.rules
+11-dm-lvm.rules
+13-dm-disk.rules
+69-dm-lvm-metad.rules
+95-dm-notify.rules