Ignore output from CMake build

This commit is contained in:
Roland Kaufmann 2013-02-22 12:04:42 +01:00
parent 15f3246ea5
commit adbf45c492

41
.gitignore vendored
View File

@ -1,21 +1,52 @@
# use shell glob syntax for wildcards etc. # use shell glob syntax for wildcards etc.
# General patterns # editor backup
*~ *~
.\#*
\#*\#
.\#*\#
# Eclipse project settings
.cproject
.project
.settings/*
# QtCreator project settings
CMakeLists.txt.user*
# compiler output
*.o *.o
*.lo *.lo
*.la *.la
*.a
*.so
.libs .libs
.deps .deps
*.pc
stamp-* stamp-*
*.aux *.aux
*.log *.log
# Some more files generated by autotools. # executables (test programs)
bin/
# configure artifacts
Makefile Makefile
config.h
CMakeCache.txt
CMakeFiles/
CTestTestfile.cmake
DartConfiguration.tcl
Testing/
*install.cmake
*-config*.cmake
*.pc
install_manifest.txt
# doxygen artifacts
doc/doxygen/Doxyfile.in
doc/doxygen/Doxyfile
# Some more files generated by autotools.
Makefile.in Makefile.in
Doxyfile
Doxyfile.in
aclocal.m4 aclocal.m4
am am
autom4te.cache autom4te.cache