Files
klayout/.gitignore
T
Matthias Koefferlein 4e299d45f2 Provisions for self-contained plugin tests
Plugin tests are not placed into a "*.klp_ut" shared object
and are executed by the unit test runner.
2017-08-12 18:03:45 +02:00

45 lines
443 B
Plaintext

# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Build and binary directories for shadow build:
build-*
bin-*
mkqtdecl.tmp
# private data
private
src/plugins/*
!src/plugins/*.pro
!src/plugins/*.pri
# QTCreator files
src/klayout.pro.user