summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChangyeon Lee <cyeon.lee@samsung.com>2014-04-17 14:39:53 +0900
committerChangyeon Lee <cyeon.lee@samsung.com>2014-04-17 14:46:23 +0900
commit062ccfe1d8b185769f7fba8592a847534ddcd20f (patch)
tree3c835328760e4ff97c51f8299f9e8e1f023a7d41 /.gitignore
parent58f5b6fa650fec45dc1550c9c8f53d5be6e04891 (diff)
parentbf7133e53f270b44a263e4f364642c2cae384496 (diff)
downloadxconsole-accepted/tizen_common.tar.gz
xconsole-accepted/tizen_common.tar.bz2
xconsole-accepted/tizen_common.zip
Change-Id: Ied4732bb27f4d8a89f7ba0e596231a81bf70ab93 Signed-off-by: Changyeon Lee <cyeon.lee@samsung.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore79
1 files changed, 79 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5ad1fd1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,79 @@
+#
+# X.Org module default exclusion patterns
+# The next section if for module specific patterns
+#
+# Do not edit the following section
+# GNU Build System (Autotools)
+aclocal.m4
+autom4te.cache/
+autoscan.log
+ChangeLog
+compile
+config.guess
+config.h
+config.h.in
+config.log
+config-ml.in
+config.py
+config.status
+config.status.lineno
+config.sub
+configure
+configure.scan
+depcomp
+.deps/
+INSTALL
+install-sh
+.libs/
+libtool
+libtool.m4
+ltmain.sh
+lt~obsolete.m4
+ltoptions.m4
+ltsugar.m4
+ltversion.m4
+Makefile
+Makefile.in
+mdate-sh
+missing
+mkinstalldirs
+*.pc
+py-compile
+stamp-h?
+symlink-tree
+texinfo.tex
+ylwrap
+
+# Do not edit the following section
+# Edit Compile Debug Document Distribute
+*~
+*.[0-9]
+*.[0-9]x
+*.bak
+*.bin
+core
+*.dll
+*.exe
+*-ISO*.bdf
+*-JIS*.bdf
+*-KOI8*.bdf
+*.kld
+*.ko
+*.ko.cmd
+*.lai
+*.l[oa]
+*.[oa]
+*.obj
+*.patch
+*.so
+*.pcf.gz
+*.pdb
+*.tar.bz2
+*.tar.gz
+#
+# Add & Override patterns for xconsole
+#
+# Edit the following section as needed
+# For example, !report.pc overrides *.pc. See 'man gitignore'
+#
+xconsole