Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-spataru committed Oct 18, 2020
1 parent 9051e9c commit ee15d62
Showing 1 changed file with 26 additions and 15 deletions.
41 changes: 26 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch
# General
.DS_Store
.AppleDouble
.LSOverride

# Fortran module files
*.mod
# Icon must end with two \r
Icon

# Executables
*.exe
*.out
*.app
# Thumbnails
._*

*.user
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Qt project file
*.pro.user

0 comments on commit ee15d62

Please sign in to comment.