diff options
author | Björn Esser <besser82@fedoraproject.org> | 2018-11-09 20:54:05 +0100 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2018-11-09 20:55:22 +0100 |
commit | 7b69984d2fba902032adcc4205996f0479b507fe (patch) | |
tree | 6ae86050c79e882dd39ef60c0e221d3d7b16bcfe /.gitignore | |
parent | 1ccb138271e743a6efa2bc89b7fd968e0f3dbfbd (diff) | |
download | libxcrypt-7b69984d2fba902032adcc4205996f0479b507fe.tar.gz libxcrypt-7b69984d2fba902032adcc4205996f0479b507fe.tar.bz2 libxcrypt-7b69984d2fba902032adcc4205996f0479b507fe.zip |
Ignore temporary files generated by Makefile.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,5 +1,4 @@ # http://www.gnu.org/software/automake - /Makefile /Makefile.deps /Makefile.in @@ -8,7 +7,6 @@ /INSTALL # http://www.gnu.org/software/autoconf - /autom4te.cache /aclocal.m4 /m4/compile @@ -35,7 +33,6 @@ /libxcrypt.pc # compiler output - *.gcda *.gcno *.la @@ -44,6 +41,7 @@ *.o *.so *.trs +*.T /crypt.h /crypt-hashes.h /crypt-symbol-vers.h @@ -85,11 +83,9 @@ /test-short-outbuf # backup-files - *~ # archives - *.tar* # Valgrind |