Add .gitignore
This commit is contained in:
parent
fdada81ce3
commit
aba9c8651d
|
@ -0,0 +1,15 @@
|
|||
*.lo
|
||||
*.la
|
||||
|
||||
*.m4
|
||||
*.in
|
||||
*.pc
|
||||
*.libs
|
||||
*.deps
|
||||
*.cache
|
||||
*.dirstamp
|
||||
|
||||
bin
|
||||
config*
|
||||
Makefile
|
||||
build-aux
|
Loading…
Reference in New Issue