diff options
author | Hanoh Haim <hhaim@cisco.com> | 2015-07-05 14:27:05 +0300 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2015-07-05 14:27:05 +0300 |
commit | f10741c427ecc2e1bb14234603e397a6e6e7b0ca (patch) | |
tree | dad22107bda5e7aab40b6dcea57be2fae7efe4ac | |
parent | 8bbd5a29c9c68cfa29c5b2aa3251cdadf984ac8d (diff) |
add git ignore
-rw-r--r-- | .gitignore | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..9aeef018 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so +.lock* +linux_dpdk* +scripts/_t-rex-* +*.pyc + +# Packages # +############ +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip + +# Logs and databases # +###################### +*.log +*.sql +*.sqlite + +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Trashes +ehthumbs.db +Thumbs.db + |