Skip to content

Commit

Permalink
Create C++.gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Everloom-129 authored Jun 12, 2022
1 parent a7c803b commit 7e240e1
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions C++.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

0 comments on commit 7e240e1

Please sign in to comment.