Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Remove a bunch of unnecessary patterns from .gitignore, and add *.gz to ignore
the compressed man page.
  • Loading branch information
Jesse Lentz committed Jul 1, 2022
1 parent ab34105 commit 55bd03c
Showing 1 changed file with 2 additions and 60 deletions.
62 changes: 2 additions & 60 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,61 +1,3 @@

# Created by https://www.toptal.com/developers/gitignore/api/c
# Edit at https://www.toptal.com/developers/gitignore?templates=c

### C ###
# Prerequisites
*.d

# Object files
*.o
*.ko
*.obj
*.elf

# Linker output
*.ilk
*.map
*.exp

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf

# End of https://www.toptal.com/developers/gitignore/api/c

iwgtk
*.gz
iwgtk

0 comments on commit 55bd03c

Please sign in to comment.