diff options
author | nyamatongwe <unknown> | 2010-11-10 22:13:32 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-11-10 22:13:32 +1100 |
commit | c9ccf7798b07cf7ba6fe8ac5bc4fbc2f30398b74 (patch) | |
tree | 162853f7400990a586022934c607fbd0f4c58e9a /.hgignore | |
parent | b3ef403c2b6c3873eefe84556875f6637818aa28 (diff) | |
download | scintilla-mirror-c9ccf7798b07cf7ba6fe8ac5bc4fbc2f30398b74.tar.gz |
Ignore libraries.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ syntax: glob *.o *.a +*.lib *.obj *.pyc *.dll |