diff options
author | Hanoh Haim <hhaim@cisco.com> | 2015-08-11 02:03:03 +0300 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2015-08-11 02:03:03 +0300 |
commit | e34d5f239ed6146ebd16fa52023f6570b112e33f (patch) | |
tree | f8b0579a18c2d83043033f96684300a8953fe244 /.gitignore | |
parent | 72432608f20e30ff6ba80022447824e0e9648e4f (diff) |
add filter
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..fb87dd11 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Compiled source # +################### +.lock-waf* +.waf* +linux* +build/ +*.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 + + |