diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..474eebf26acfd8797b86f657c8fd8244b514d434
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+config.h
+config.h.in
+config.log
+config.status
+configure
+depcomp
+install-sh
+missing
+.deps/
+*.o
+stamp-h1
+src/ncdu
diff --git a/ChangeLog b/ChangeLog
index 2e877402b8575d234f57099daf02db25d4731be2..30e6f763d751783d12981fa8ba8d927bf89a9807 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-svn - ?
+git - ?
 	- Fixed incorrect apparent size on directory refresh
 	- Browsing keys now work while file info window is displayed
 	- Current directory is assumed when no directory is specified
diff --git a/README b/README
index 969956155f95c09d84fc17d94a32e161720b1330..830395c49c50d6708f32091bf4d1cef219c42dbb 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ncdu svn
+ncdu git
 ========
 
 DESCRIPTION
diff --git a/configure.in b/configure.in
index 3e71e53a615af94b018d7ebb17f999c3f213eea9..68d2b9aed6005f950cdcf4a2ba172b3c002911a9 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
 
-AC_INIT(ncdu, svn, projects@yorhel.nl)
+AC_INIT(ncdu, git, projects@yorhel.nl)
 AC_CONFIG_SRCDIR([src/ncdu.h])
 AC_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE
diff --git a/doc/ncdu.1 b/doc/ncdu.1
index e7a7375e2731982eb4df369cca643ad9c0d9b24f..73b958aed8c43f6cf8b6230793c71bea7e8cb484 100644
--- a/doc/ncdu.1
+++ b/doc/ncdu.1
@@ -1,4 +1,4 @@
-.TH NCDU 1 "September 10, 2008" "ncdu-svn" "ncdu manual"
+.TH NCDU 1 "September 10, 2008" "ncdu-git" "ncdu manual"
 .SH NAME
 \fBncdu \fP- NCurses Disk Usage
 .SH SYNOPSIS