summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-08-11 02:03:03 +0300
committerHanoh Haim <hhaim@cisco.com>2015-08-11 02:03:03 +0300
commite34d5f239ed6146ebd16fa52023f6570b112e33f (patch)
treef8b0579a18c2d83043033f96684300a8953fe244 /.gitignore
parent72432608f20e30ff6ba80022447824e0e9648e4f (diff)
add filter
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
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
+
+