]> granicus.if.org Git - vim/commitdiff
Add an .hgignore file (suggested by Mike Williams).
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Jan 2010 13:44:52 +0000 (14:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Jan 2010 13:44:52 +0000 (14:44 +0100)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..e989f5e
--- /dev/null
@@ -0,0 +1,39 @@
+# Unixen
+*.o
+src/vim
+src/xxd/xxd
+
+# We do need src/auto/configure and src/auto/config.mk.
+src/auto/osdef.h
+src/auto/config.aap
+src/auto/config.cache
+src/auto/config.h
+src/auto/config.log
+src/auto/config.status
+src/auto/configure.aap
+src/auto/link.log
+src/auto/link.sed
+src/auto/pathdef.c
+
+# Windows
+.hgignore
+*.exe
+*.idb
+*.manifest
+*.exp
+*.obj
+*.pdb
+*.ilk
+*.sln
+*.suo
+*.res
+*.RES
+src/pathdef.c
+gvimext.dll
+gvimext.lib
+
+# All platforms
+*.rej
+*.orig
+*.mo
+*~