more files to ignore
This commit is contained in:
parent
4ff875f402
commit
c1ec2383b9
1 changed files with 6 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -6,7 +6,7 @@ config.status
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
libtool
|
libtool
|
||||||
*.tar.gz
|
*.gz
|
||||||
*.patch
|
*.patch
|
||||||
*.o
|
*.o
|
||||||
*~
|
*~
|
||||||
|
|
@ -26,6 +26,7 @@ INSTALL
|
||||||
*.log
|
*.log
|
||||||
callgrind.*
|
callgrind.*
|
||||||
ms_print.*
|
ms_print.*
|
||||||
|
massif.*
|
||||||
pan.*
|
pan.*
|
||||||
*.dvi
|
*.dvi
|
||||||
*.aux
|
*.aux
|
||||||
|
|
@ -33,3 +34,7 @@ pan.*
|
||||||
*.pdf
|
*.pdf
|
||||||
*.toc
|
*.toc
|
||||||
*.S
|
*.S
|
||||||
|
*.tgba
|
||||||
|
*.zip
|
||||||
|
*.s
|
||||||
|
*.ii
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue