Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
zxunge authored Jun 26, 2024
1 parent 1837e03 commit e132269
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# 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

# Project Files
*.cbp
*.depend
*.layout
*.vcxproj
*.sln

# Clangd
*.lock
*.idx
*.json

# Resources
*.res

# wxSmith
*.wxs

0 comments on commit e132269

Please sign in to comment.