#
# Build ignores
#
#.*
*.o
*.o.*
*.a
*.so
*.so.*
*.1.gz

#
# Never ignore these
#
!.gitignore

#
# Normal output and testing dirs
#
/build_date.h
/jdupes
/jdupes*.exe
/jdupes-standalone
/jdupes-*-win*
/jdupes-*-mac*
/*.pkg.tar.xz
test_temp
output.log

#
# Backups / patches
#
*~
*.orig
*.rej
/*.patch

#
# debugging and editor stuff
#
core
.gdb_history
.gdbinit
.*.swp
*.gcda
*.gcno
*.gcov

# Mac OS
.DS_Store
