Skip to content

Commit

Permalink
.gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed May 6, 2023
1 parent 5211a2a commit 0c2f0db
Showing 1 changed file with 11 additions and 31 deletions.
42 changes: 11 additions & 31 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,32 +1,12 @@
# Object files
*.o
*.ko
*.obj
*.elf

# 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

# tuntox related, not needed in repo
tuntox_nostatic
tuntox
cJSON.o
client.o
gitversion.o
log.o
main.o
tox_bootstrap_json.o
toxcore_amalgamation_no_toxav.o
tuntox
util.o

0 comments on commit 0c2f0db

Please sign in to comment.