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 *.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