Converting ignores and versions from subversion to git

This commit is contained in:
Yorhel 2009-04-05 14:59:05 +02:00
parent e7fb90fc67
commit c6dfb73040
5 changed files with 20 additions and 4 deletions

16
.gitignore vendored Normal file
View file

@ -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

View file

@ -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

2
README
View file

@ -1,4 +1,4 @@
ncdu svn
ncdu git
========
DESCRIPTION

View file

@ -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

View file

@ -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