I often add recursive or by wildcard. This way the binaries will not end up in the commits.
14 lines
124 B
Text
14 lines
124 B
Text
# Wildcard patterns.
|
|
*.swp
|
|
nimcache/
|
|
*.db
|
|
|
|
# Specific paths
|
|
/createdb
|
|
/forum
|
|
/nimforum.db
|
|
|
|
# Binaries
|
|
forum
|
|
createdb
|
|
editdb
|