Git supports looking for its configuration in $XDG_CONFIG_HOME/git/config and a global ignore file in $XDG_CONFIG_HOME/git/ignore in recent versions.
5 lines
37 B
Text
5 lines
37 B
Text
# No binary files
|
|
*.so
|
|
*.o
|
|
*.a
|
|
*.out
|