DO NOT track temporary and package files 29/22729/1
authorQiLiang <liangqi1@huawei.com>
Thu, 6 Oct 2016 08:27:39 +0000 (16:27 +0800)
committerQiLiang <liangqi1@huawei.com>
Thu, 6 Oct 2016 08:33:23 +0000 (16:33 +0800)
JIRA: COMPASS-490

Change-Id: Ia3a5c205fbbb86b4541df6a241381ae9c1dc9144
Signed-off-by: QiLiang <liangqi1@huawei.com>
.gitignore

index c169503..2861776 100644 (file)
@@ -1,8 +1,59 @@
-*~
-.*.sw?
+# Compiled source #
+###################
+*.com
+*.class
+*.dll
+*.exe
+*.o
+*.so
+*.pyc
 /docs_build/
 /docs_output/
 /releng/
 /work
-*.pyc
-__main__.log
+
+# 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
+*.bz2
+*.tbz2
+*.tgz
+
+# Logs and databases #
+######################
+*.log
+*.sql
+*.sqlite
+
+# OS generated files #
+######################
+.DS_Store
+.DS_Store?
+._*
+.Spotlight-V100
+.Trashes
+.idea
+.tox
+*.sublime*
+*.egg-info
+Icon?
+ehthumbs.db
+Thumbs.db
+.eggs
+
+# User driven backup files #
+############################
+*~
+.*.sw?
+*.bak
+*.swp
+