70 lines
660 B
Text
70 lines
660 B
Text
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Autotools + Libtool
|
|
/aclocal.m4
|
|
/config.status
|
|
/config
|
|
/install-sh
|
|
**/Makefile
|
|
**/Makefile.in
|
|
/autom4te.cache/
|
|
/compile
|
|
/config.guess
|
|
/config.log
|
|
/config.sub
|
|
/configure
|
|
/depcomp
|
|
/libtool
|
|
/ltmain.sh
|
|
/m4/libtool.m4
|
|
/m4/lt*.m4
|
|
/missing
|
|
/test-driver
|
|
**/.deps/
|
|
**/.dirstamp
|
|
**/.libs/
|
|
|
|
# Qt Creator
|
|
**/*.user
|
|
**/*.user.*
|
|
**/build-*/
|
|
|
|
# KDE
|
|
**/.directory
|
|
|
|
# Vim
|
|
*.swp
|
|
|
|
# CMake
|
|
CMakeFiles/
|
|
*.cmake
|
|
CMakeCache.txt
|
|
Makefile
|
|
|