elm_bg_legacy: add missing parameter description
[platform/upstream/elementary.git] / .gitignore
index 5722438..1bbd81c 100644 (file)
@@ -1,16 +1,30 @@
+#
+# NOTE! Don't add files that are generated in specific
+# subdirectories here. Add them in the ".gitignore" file
+# in that subdirectory instead.
+#
+# NOTE! Please use 'git ls-files -i --exclude-standard'
+# command after changing this file, to see if there are
+# any tracked files which get ignored after the change.
+#
 *~
 *.lo
 *.o
 *.la
+*.gcda
+*.gcno
 .libs
 .deps
 .*.swp
+.*.swo
 *.pc
 Makefile
 Makefile.in
 *.so
+*.dll
 *.edj
 *.cmake
+*.exe
 elementary-*-doc.tar.bz2
 /aclocal.m4
 /autom4te.cache/
@@ -29,6 +43,8 @@ elementary-*-doc.tar.bz2
 /ltmain.sh
 /missing
 /stamp-h1
+/ar-lib
+/test-driver
 core
 cscope.*
 tags
@@ -38,3 +54,12 @@ tags
 /config.cache
 *.gmo
 /config.cache-env
+/compile
+/config/default/*.src
+/config/mobile/*.src
+/config/standard/*.src
+Session.vim
+/coverage/
+.cproject
+.project
+/.settings/
\ No newline at end of file