mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-11-10 05:49:57 +00:00
50 lines
430 B
Plaintext
50 lines
430 B
Plaintext
# 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
|
|
|
|
# Others
|
|
*.dSYM
|
|
*.swp
|
|
Debug
|
|
Release
|
|
*.suo
|
|
*.sdf
|
|
*.user
|
|
xcuserdata
|
|
*.xcworkspace
|
|
temp*
|
|
build*/
|
|
Makefile
|
|
CMakeFiles
|
|
CMakeCache.txt
|
|
*.cmake
|
|
*.vcxproj.filters
|
|
*.opensdf
|
|
.idea/
|
|
grammar/test/*
|