Skip to content

Commit

Permalink
Added a template for .gitignore.
Browse files Browse the repository at this point in the history
Contains the files and directories that are generated by running
./bootstrap.

It also masks out .gitignore and the recommended ./build directory.

To use run:
  cp .gitignore-template .gitignore

From: Charlie Carson <ccarson@twitter.com>
Review: https://reviews.apache.org/r/17001
  • Loading branch information
benh committed Jan 17, 2014
1 parent c9eace0 commit ac8e9bb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore-template
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# First, ignore yourself.
.gitignore

# Files created by ./bootstrap.
Makefile.in
aclocal.m4
autom4te.cache
config.guess
config.sub
configure
depcomp
install-sh
libtool.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
missing

# Recommended build directory.
/build/

0 comments on commit ac8e9bb

Please sign in to comment.