added binaries and other garbage to .gitignore
This commit is contained in:
parent
c9f8281223
commit
0a1ecb3273
1 changed files with 21 additions and 3 deletions
24
.gitignore
vendored
24
.gitignore
vendored
|
@ -1,6 +1,24 @@
|
||||||
|
# object files
|
||||||
*.o
|
*.o
|
||||||
*.so
|
*.so
|
||||||
*.a
|
*.a
|
||||||
bin/*
|
*.la
|
||||||
.project
|
*.lo
|
||||||
.cproject
|
|
||||||
|
|
||||||
|
# buildsystem
|
||||||
|
Makefile
|
||||||
|
stamp-h1
|
||||||
|
libtool
|
||||||
|
fn.pc
|
||||||
|
autom4te.cache/
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
|
||||||
|
# binaries
|
||||||
|
src/fnctl
|
||||||
|
src/fnvum
|
||||||
|
src/fnpom
|
||||||
|
src/fnweb
|
||||||
|
src/sun
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue