gallery/.gitignore

35 lines
387 B
Plaintext

#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules -- taken from the Linux kernel's .gitignore
#
.*
*.o
*.o.*
*.a
*.s
*.ko
*.so
*.mod.c
*.i
*.lst
*.symtypes
*.orig
*.rej
# Vim swapfiles
*.swp
.*.swp
# Backup files
*~
# Object directory
obj/*
# Output binary
gallery.cgi