diff options
author | Anthony Ramine <[email protected]> | 2013-03-31 12:16:15 +0200 |
---|---|---|
committer | Anthony Ramine <[email protected]> | 2013-03-31 12:16:15 +0200 |
commit | 96365105d4871b8d8d08ce2f6c0d100ef76b0a6e (patch) | |
tree | c270d44f2d86c7825dc56ef99bf06c056caf8a5f | |
parent | f285ee66678ae8761dc82b5ba0c023dd759091fc (diff) | |
download | otp-96365105d4871b8d8d08ce2f6c0d100ef76b0a6e.tar.gz otp-96365105d4871b8d8d08ce2f6c0d100ef76b0a6e.tar.bz2 otp-96365105d4871b8d8d08ce2f6c0d100ef76b0a6e.zip |
Fix SNMP gitignore files
-rw-r--r-- | lib/snmp/include/.gitignore | 4 | ||||
-rw-r--r-- | lib/snmp/priv/mibs/.gitignore | 1 | ||||
-rw-r--r-- | lib/snmp/test/snmp_test_data/.gitignore | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/lib/snmp/include/.gitignore b/lib/snmp/include/.gitignore new file mode 100644 index 0000000000..4db987f64a --- /dev/null +++ b/lib/snmp/include/.gitignore @@ -0,0 +1,4 @@ +*.hrl +!SNMPv2-TC.hrl +!snmp_tables.hrl +!snmp_types.hrl diff --git a/lib/snmp/priv/mibs/.gitignore b/lib/snmp/priv/mibs/.gitignore index e69de29bb2..a8a0dcec44 100644 --- a/lib/snmp/priv/mibs/.gitignore +++ b/lib/snmp/priv/mibs/.gitignore @@ -0,0 +1 @@ +*.bin diff --git a/lib/snmp/test/snmp_test_data/.gitignore b/lib/snmp/test/snmp_test_data/.gitignore new file mode 100644 index 0000000000..c7cffa7f6d --- /dev/null +++ b/lib/snmp/test/snmp_test_data/.gitignore @@ -0,0 +1,2 @@ +*.bin +*.hrl |