Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Twilight-Dream-Of-Magic authored Jun 23, 2018
1 parent 4e7fcd4 commit a053059
Showing 1 changed file with 40 additions and 11 deletions.
51 changes: 40 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,43 @@
#Text File
*.txt
*.md
*.log
#*.txt
#*.md
#*.log

# Prerequisites
*.d

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

# Precompiled Headers
*.gch
*.pch

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

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

# Executables
*.exe
*.out
*.app

#Ordinary compressed archives file
*.zip
*.zipx
*.7z
*.tgz
*.tar
*.tar.gz
*.gz
*.xz
#*.zip
#*.zipx
#*.7z
#*.tgz
#*.tar
#*.tar.gz
#*.gz
#*.xz

0 comments on commit a053059

Please sign in to comment.