diff options
author | Dan Klein <danklei@cisco.com> | 2015-08-25 09:37:54 +0300 |
---|---|---|
committer | Dan Klein <danklei@cisco.com> | 2015-08-25 09:37:54 +0300 |
commit | 0e90f9e313d52a4bde41c6576ffef1741eac10e3 (patch) | |
tree | c62301e0d6e095daad2f27995efa9baf6601bf8c /.gitignore | |
parent | 41b6fc7e9beb319bf15aa70be3565092831acf3c (diff) |
updated .gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 39 |
1 files changed, 36 insertions, 3 deletions
@@ -1,9 +1,19 @@ # Compiled source # ################### -.lock-waf* -.waf* +*.com +*.class +*.dll +*.exe +*.o +*.so +.lock* +linux_dpdk* linux* -build/ +scripts/_t-rex-* +scripts/bp-sim-* +scripts/doc/* +scripts/mock-* + *.pyc @@ -19,5 +29,28 @@ build/ *.rar *.tar *.zip + +# Logs and databases # +###################### +*.log +*.sql +*.sqlite +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Trashes +ehthumbs.db +Thumbs.db + +# IDE/ Editors files # +###################### +.idea/ +*.vpj +*.vpw +*.vtg +*.vpwhist + |