diff options
author | Fredrik Gustafsson <[email protected]> | 2013-04-03 12:17:11 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-04-03 12:17:11 +0200 |
commit | 55b7f097de003d3421f22a7ea4eb79b4ba16cb36 (patch) | |
tree | 9f113b9d55d56bb2a1482b594d4c23540be63607 | |
parent | 7ff92508436643900bccbc67e44550b82d2effc6 (diff) | |
parent | f77675dfc1a3a9bfd65fdbe44ec412c5f0de5bb7 (diff) | |
download | otp-55b7f097de003d3421f22a7ea4eb79b4ba16cb36.tar.gz otp-55b7f097de003d3421f22a7ea4eb79b4ba16cb36.tar.bz2 otp-55b7f097de003d3421f22a7ea4eb79b4ba16cb36.zip |
Merge branch 'maint'
-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 |