0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-07-23 19:48:53 +02:00
gitea/options/gitignore/C++

33 lines
270 B
Plaintext
Raw Normal View History

# Prerequisites
*.d
2014-03-21 11:15:58 +01:00
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
2014-03-21 11:15:58 +01:00
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
2014-03-21 11:15:58 +01:00
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app