diff options
author | nyamatongwe <devnull@localhost> | 2010-07-13 20:05:30 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-07-13 20:05:30 +1000 |
commit | 275006f40c71e44b7f455638ab3c8dfc7922ce9e (patch) | |
tree | ffffe50765d4b0c36c4d2b5a8bd1a7a9fa9e250d | |
parent | 1689bd30b798998d554a238183f046d37ec508fb (diff) | |
download | scintilla-mirror-275006f40c71e44b7f455638ab3c8dfc7922ce9e.tar.gz |
Line ending settings and files to ignore.
-rwxr-xr-x | .hgeol | 23 | ||||
-rw-r--r-- | .hgignore | 17 |
2 files changed, 40 insertions, 0 deletions
@@ -0,0 +1,23 @@ +[patterns] +**.cxx = native +**.c = native +**.h = native +**.py = native +**.rc = native +**.html = native +**.bat = native +**.mak = native +**.manifest = native +**.properties = native +**.dsp = native +**.sln = native +**.vcproj = native +**.gen = native +**.bmp = BIN +**.cur = BIN +**.ico = BIN +**.jpg = BIN +**.png = BIN +tgzsrc = LF +tgzsrc = LF +scripts/ba = LF diff --git a/.hgignore b/.hgignore new file mode 100644 index 000000000..41eb25297 --- /dev/null +++ b/.hgignore @@ -0,0 +1,17 @@ +syntax: glob +*.o +*.a +*.obj +*.pyc +*.dll +*.exp +*.lib +*.pdb +*.res +*.bak +*.sbr +*.idb +*.ilk +*.ncb +*.opt +*.plg
\ No newline at end of file |