aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-x.hgeol23
-rw-r--r--.hgignore17
2 files changed, 40 insertions, 0 deletions
diff --git a/.hgeol b/.hgeol
new file mode 100755
index 000000000..21ffe77e0
--- /dev/null
+++ b/.hgeol
@@ -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