cpp-peglib/.gitignore
2018-07-12 14:35:02 +02:00

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/*