diff options
author | James Cloos <cloos@jhcloos.com> | 2007-08-23 21:21:52 -0400 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2007-08-23 21:21:52 -0400 |
commit | f88dba2d9c19b5397c14b7709cae714f0041d3f4 (patch) | |
tree | bceb12392acbd6aa6f3e601e136e325e8390c5f7 | |
parent | Make this loop slightly easier to read. (diff) | |
download | xcman-f88dba2d9c19b5397c14b7709cae714f0041d3f4.tar.gz xcman-f88dba2d9c19b5397c14b7709cae714f0041d3f4.tar.bz2 xcman-f88dba2d9c19b5397c14b7709cae714f0041d3f4.tar.xz |
Remove deprecated .cvsignore
The repo already has a .gitignore, so just rm the old .cvsignore.
Also removed a blank line from .gitignore.
-rw-r--r-- | .cvsignore | 15 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 0 insertions, 16 deletions
diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 44db55f..0000000 --- a/.cvsignore +++ /dev/null @@ -1,15 +0,0 @@ -.deps -Makefile -Makefile.in -aclocal.m4 -autom4te.cache -config.h -config.h.in -config.log -config.status -configure -depcomp -install-sh -missing -stamp-h1 -xcompmgr @@ -14,4 +14,3 @@ missing stamp-h1 xcompmgr *.o - |