diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-09 12:52:01 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-09 12:52:01 +0200 |
commit | 27c14b4eb3e42e1da2a3954393507b1ea4614462 (patch) | |
tree | 896e6913d184ca8b0098233ab9ab78206d4f5598 /.gitignore | |
parent | 371c7127680d69ed2ad5376a53bbb77ca2ea49cd (diff) | |
download | nx-libs-27c14b4eb3e42e1da2a3954393507b1ea4614462.tar.gz nx-libs-27c14b4eb3e42e1da2a3954393507b1ea4614462.tar.bz2 nx-libs-27c14b4eb3e42e1da2a3954393507b1ea4614462.zip |
.gitignore: Improve all .gitignore files, adapt to autotools build-flow and its build cruft.
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 |