diff options
author | TingPing <tingping@tingping.se> | 2015-02-14 13:35:02 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2015-02-21 20:09:15 -0500 |
commit | 5e3355a6c348b511c7b7a1f6dc89185726d566c5 (patch) | |
tree | 88183bc947205c24111589a7288b5f9f133a2875 /.gitignore | |
parent | 363321dc33c8f390ff1d7109d632aaa53a82214e (diff) |
Unify sysinfo plugins and add osx support
This does remove the net* commands from the Unix version that may return at a later date with OSX and Windows support. This commit also makes numerious other changes such as code cleanup, reformatting, etc. Closes #829
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7b4fcb28..63675ee5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ # Unix generated files .deps/ .libs/ +.dirstamp Makefile Makefile.in aclocal.m4 |