add git ignore
authorHanoh Haim <[email protected]>
Sun, 5 Jul 2015 11:27:05 +0000 (14:27 +0300)
committerHanoh Haim <[email protected]>
Sun, 5 Jul 2015 11:27:05 +0000 (14:27 +0300)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..9aeef01
--- /dev/null
@@ -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
+