diff options
author | Fredrik Gustafsson <[email protected]> | 2013-04-03 12:16:58 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-04-03 12:16:58 +0200 |
commit | f77675dfc1a3a9bfd65fdbe44ec412c5f0de5bb7 (patch) | |
tree | 88af95fdb64d2e81c849e937a82ca47da0bd472b /lib | |
parent | ebdd3b1d5c46143558c0ede542055bdd7ea4765a (diff) | |
parent | 96365105d4871b8d8d08ce2f6c0d100ef76b0a6e (diff) | |
download | otp-f77675dfc1a3a9bfd65fdbe44ec412c5f0de5bb7.tar.gz otp-f77675dfc1a3a9bfd65fdbe44ec412c5f0de5bb7.tar.bz2 otp-f77675dfc1a3a9bfd65fdbe44ec412c5f0de5bb7.zip |
Merge branch 'nox/fix-snmp-gitignore/OTP-11004' into maint
* nox/fix-snmp-gitignore/OTP-11004:
Fix SNMP gitignore files
Diffstat (limited to 'lib')
-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 |