1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-08 13:44:19 -04:00
gitea/options/gitignore/C++

33 lines
270 B
Plaintext
Raw Normal View History

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