1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-03 01:45:47 +00:00
gitea/options/gitignore/C++

33 lines
270 B
Plaintext
Raw Normal View History

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