diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3012b55cf..e86e4b5f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ *.o +*.lo +*.la *.so.* *.so *.a @@ -10,3 +12,8 @@ configure depend.status *~ [#]* +stamp-h* +.libs +.deps +bin/nxagent +bin/nxproxy |