Fix .gitignore to ignore all generated files

This commit is contained in:
joerichey@google.com
2018-07-11 00:07:41 -07:00
committed by Milan Broz
parent 09877e4e63
commit e07d40fc26

8
.gitignore vendored
View File

@@ -6,10 +6,12 @@ Makefile.in.in
*.lo
*.la
*.o
**/*.dirstamp
.deps/
.libs/
src/cryptsetup
src/veritysetup
ABOUT-NLS
aclocal.m4
autom4te.cache/
compile
@@ -21,8 +23,11 @@ config.rpath
config.status
config.sub
configure
cryptsetup
cryptsetup-reencrypt
depcomp
install-sh
integritysetup
lib/libcryptsetup.pc
libtool
ltmain.sh
@@ -36,5 +41,6 @@ po/*.header
po/*.sed
po/*.sin
po/stamp-po
scripts/cryptsetup.conf
stamp-h1
veritysetup