add default ignores
authorAlexander Kanevskiy <kad@linux.intel.com>
Wed, 9 Oct 2013 14:00:16 +0000 (17:00 +0300)
committerAlexander Kanevskiy <kad@linux.intel.com>
Wed, 9 Oct 2013 14:00:16 +0000 (17:00 +0300)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..b416035
--- /dev/null
@@ -0,0 +1,42 @@
+# Ignore hidden files
+.*
+!.gitignore
+
+# Python
+*.py[cod]
+
+# vim
+*.s[a-w][a-z]
+*.un~
+Session.vim
+.netrwhist
+*~
+
+# Ignore exports
+*.xls
+*.json
+*.csv
+
+# It's better to unpack these files and commit the raw source because
+# git has its own built in compression methods.
+*.7z
+*.jar
+*.rar
+*.zip
+*.gz
+*.bzip
+*.bz2
+*.xz
+*.lzma
+
+#packing-only formats
+*.iso
+*.tar
+
+#package management formats
+*.dmg
+*.xpi
+*.gem
+*.egg
+*.deb
+*.rpm