Browse Source

add global ignore configs for git and hg

master
Jonathan "Duke" Leto 11 years ago
parent
commit
dda917b0fe
  1. 2
      config/.gitignore_global
  2. 4
      config/.hgignore_global

2
config/.gitignore_global

@ -0,0 +1,2 @@
*~
.DS_Store

4
config/.hgignore_global

@ -0,0 +1,4 @@
syntax: glob
*~
.DS_Store
Loading…
Cancel
Save