Skip to content

Commit

Permalink
correct and tighten up .*ignore files
Browse files Browse the repository at this point in the history
* .cvsignore: Don't ignore *.orig or *.rej.  They're not build products.
Don't ignore the entire m4 directory.
* Makefile.maint (sync-vcs-ignore-files): Correct quoting.
Use sed rather than a for loop.
Search only version-controled files (for reproducibility)
* gnulib/lib/netinet/.cvsignore: Append missing newline-at-EOF,
so that the use of sed doesn't mistakenly concatenate lines.
* gnulib/lib/sys/.cvsignore: Likewise.
* m4/.cvsignore: Ignore acinclude.m4 and aclocal.m4, not *.m4.
* .hgignore: Regenerate.
* all .gitignore files: Regenerate.
  • Loading branch information
Jim Meyering committed Jan 23, 2009
1 parent 6278bb1 commit 48dc345
Show file tree
Hide file tree
Showing 13 changed files with 282 additions and 274 deletions.
3 changes: 0 additions & 3 deletions .cvsignore
@@ -1,7 +1,5 @@
*.a
*.o
*.orig
*.rej
*~
.git
ABOUT-NLS
Expand All @@ -27,7 +25,6 @@ libvirt.pc
libvirt.spec
ltconfig
ltmain.sh
m4
mingw32-libvirt.spec
mkinstalldirs
results.log
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
@@ -1,7 +1,5 @@
*.a
*.o
*.orig
*.rej
*~
.git
ABOUT-NLS
Expand All @@ -27,7 +25,6 @@ libvirt.pc
libvirt.spec
ltconfig
ltmain.sh
m4
mingw32-libvirt.spec
mkinstalldirs
results.log
Expand Down

0 comments on commit 48dc345

Please sign in to comment.