Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 79 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# 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

# Autotools-generated files

Makefile
Makefile.in
aclocal.m4
autom4te.cache/
compile
config.status
configure
depcomp
install-sh
man/Makefile
man/Makefile.in
missing
src/.deps/
src/.dirstamp
src/Makefile
src/Makefile.in
src/config.h
src/config.h.in
src/stamp-h1
test-driver
tests/.deps/
tests/Makefile
tests/Makefile.in

# Misc

*.log
*.trs

# Build artifacts

src/ipaddrcheck
tests/check_ipaddrcheck
Binary file removed src/ipaddrcheck_functions.o
Binary file not shown.