Skip to content

Commit

Permalink
Project cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart committed Apr 18, 2022
1 parent b9b4190 commit fd56ccb
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 18 deletions.
44 changes: 41 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,47 @@
# 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

# Other
.DS_Store
build/
CPUFriend/.DS_Store
Tools/.DS_Store

CPUFriend.xcodeproj/xcuserdata
CPUFriend.xcodeproj/project.xcworkspace/xcuserdata
CPUFriend/.DS_Store
xcuserdata
xcshareddata
project.xcworkspace

Lilu.kext
DerivedData
/MacKernelSDK
build

This file was deleted.

This file was deleted.

0 comments on commit fd56ccb

Please sign in to comment.