mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-14 12:20:00 +01:00
Fix .gitignore to ignore all generated files
This commit is contained in:
committed by
Milan Broz
parent
09877e4e63
commit
e07d40fc26
8
.gitignore
vendored
8
.gitignore
vendored
@@ -6,10 +6,12 @@ Makefile.in.in
|
|||||||
*.lo
|
*.lo
|
||||||
*.la
|
*.la
|
||||||
*.o
|
*.o
|
||||||
|
**/*.dirstamp
|
||||||
.deps/
|
.deps/
|
||||||
.libs/
|
.libs/
|
||||||
src/cryptsetup
|
src/cryptsetup
|
||||||
src/veritysetup
|
src/veritysetup
|
||||||
|
ABOUT-NLS
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache/
|
autom4te.cache/
|
||||||
compile
|
compile
|
||||||
@@ -21,8 +23,11 @@ config.rpath
|
|||||||
config.status
|
config.status
|
||||||
config.sub
|
config.sub
|
||||||
configure
|
configure
|
||||||
|
cryptsetup
|
||||||
|
cryptsetup-reencrypt
|
||||||
depcomp
|
depcomp
|
||||||
install-sh
|
install-sh
|
||||||
|
integritysetup
|
||||||
lib/libcryptsetup.pc
|
lib/libcryptsetup.pc
|
||||||
libtool
|
libtool
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
@@ -36,5 +41,6 @@ po/*.header
|
|||||||
po/*.sed
|
po/*.sed
|
||||||
po/*.sin
|
po/*.sin
|
||||||
po/stamp-po
|
po/stamp-po
|
||||||
|
scripts/cryptsetup.conf
|
||||||
stamp-h1
|
stamp-h1
|
||||||
|
veritysetup
|
||||||
|
|||||||
Reference in New Issue
Block a user