mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
build: Add gitignore
Change-Id: Id839000d997f565e5de5fd570e321587347474bf Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
parent
db59b1082f
commit
e9e373ba3d
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# Objects
|
||||||
|
*~
|
||||||
|
*.o
|
||||||
|
*.lo
|
||||||
|
*.so
|
||||||
|
*.dll
|
||||||
|
*.exp
|
||||||
|
*.lib
|
||||||
|
bin
|
||||||
|
|
||||||
|
# Autobuild
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
aclocal.m4
|
||||||
|
autom4te.cache
|
||||||
|
build-aux
|
||||||
|
config.*
|
||||||
|
configure
|
||||||
|
.deps
|
||||||
|
.dirstamp
|
||||||
|
.libs
|
||||||
|
libtool
|
||||||
|
|
||||||
|
# Generated files
|
||||||
|
isa-l.h
|
||||||
|
/libisal.la
|
||||||
|
libisal.pc
|
||||||
|
programs/igzip
|
Loading…
Reference in New Issue
Block a user