1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Add .gitignore files for an in-source-tree build.

Tell git to ignore files generated by a build inside the source tree.
This commit is contained in:
Alasdair G Kergon 2012-06-08 16:26:21 +01:00
parent b680b09bc8
commit d644d4e14e
5 changed files with 26 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
*.5
*.8
*.d
*.o
*.pc
*.pot
.export.sym
.gdb_history
Makefile
make.tmpl
configure.h
version.h
/autom4te.cache/
/config.log
/config.status
/cscope.out
/tmp/

1
include/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.symlinks_created

1
old-tests/config/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!Makefile

2
scripts/lvm2create_initrd/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
!Makefile
!lvm2create_initrd.8

1
tools/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.commands