Browse Source

Tell git to ignore files generated by autotools.

master
Richard Nyberg 16 years ago
parent
commit
d8e1d6a492
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      .gitignore

+ 7
- 0
.gitignore View File

@@ -0,0 +1,7 @@
*.in
aclocal.m4
autom4te.cache
configure
depcomp
install-sh
missing

Loading…
Cancel
Save