summaryrefslogtreecommitdiff
path: root/ext/Log4Qt/.gitignore
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2014-07-14 17:19:45 +0200
committerTomasz Sterna <tomek@xiaoka.com>2014-07-16 00:07:28 +0200
commit3c19406ee292e0ed7993bd4d3976cc34d40e2f22 (patch)
tree67d185e95d647e56c074f4b3a30ac4f0d81e2ee6 /ext/Log4Qt/.gitignore
parent630cc2e3097f2236a4c1191be6c955ec523d6f1a (diff)
Replaced ext/Log4Qt source with submodule
Diffstat (limited to 'ext/Log4Qt/.gitignore')
-rw-r--r--ext/Log4Qt/.gitignore74
1 files changed, 0 insertions, 74 deletions
diff --git a/ext/Log4Qt/.gitignore b/ext/Log4Qt/.gitignore
deleted file mode 100644
index 9c02ba4..0000000
--- a/ext/Log4Qt/.gitignore
+++ /dev/null
@@ -1,74 +0,0 @@
-doc/html/
-sql/
-winbuild/
-build/
-*.dll
-!doc/src
-bin/
-lib/
-
-# object files
-*.[oa]
-*.so
-*.so.*
-
-# qt creator projects
-*.cbp
-*.user
-
-# qt creator cmake directories
-qt-creator*/
-qtcreator*/
-
-# manually cmake build directories
-build*/
-
-# win32 libs
-*.dll
-# win32 impl
-*.lib
-
-# temporary dirs
-tmp/
-
-# logger dirs
-log/
-
-# html docs because it's generated by doxygen
-doc/html/
-
-# test
-test/
-test*/
-
-# qmake mocs
-moc_*.cpp
-
-# qt ui headers
-ui*.h
-
-# qt translations files
-*.qm
-
-# temporary files
-*~
-
-# emacs temporary files
-##*##
-
-# make files
-Makefile
-
-# cmake build system
-CMakeFiles/
-CMakeCache.txt
-
-# cmake mocs
-moc*.cxx
-*.moc
-
-# include cmake build file
-#!CMakeLists.txt
-
-#Doxygen file generated by cmake
-Doxyfile \ No newline at end of file