diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2016-03-02 02:54:30 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-03-02 11:22:12 +0000 |
commit | 7f0d45dfe709687d1068d42fc2e9d810b24de4c6 (patch) | |
tree | 5d9466b5f21f44294998d6af878bf6681aff70a8 | |
parent | b07853c4fe65a77e10e87ad27eea6f0a9685403e (diff) |
Remove unneeded entries from toplevel .gitignore
Left-overs as the file was copied from mesa. Sort the remainder while
we're here.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
-rw-r--r-- | .gitignore | 44 |
1 files changed, 8 insertions, 36 deletions
@@ -1,50 +1,22 @@ -*.a -*.dll -*.exe -*.ilk *.la *.lo *.log *.o -*.obj -*.os *.pc -*.pdb *.pyc -*.pyo -*.so -*.so.* -*.sw[a-z] -*.tar -*.tar.bz2 *.tar.gz *.trs -*.zip *~ -depend -depend.bak -bin/ltmain.sh -lib -lib64 -configure -configure.lineno -autom4te.cache -aclocal.m4 -config.log -config.status -config.h -config.h.in -cscope* -.scon* -config.py -build -libtool -manifest.txt -.dir-locals.el .deps/ -.dirstamp .libs/ Makefile Makefile.in -core +aclocal.m4 +autom4te.cache +config.h +config.h.in +config.log +config.status +configure +libtool stamp-h1 |