diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-18 13:30:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-18 13:30:42 -0400 |
commit | 54513c69baffa40f2fcce42eb8651fdd98e05277 (patch) | |
tree | f3934b369e7b5b259b88abeee228381fb2bcd6e0 /.gitignore | |
parent | 5c7d1b027916ce3fc207329f926041d2bcad3bcd (diff) |
Add configure step to build process.
* configure: Check to see if cp -a can be used.
* configure: Check to see if cp --reflink=auto can be used.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6956c49dd..a4cac10f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ build/* test +configure +SysConfig.hs git-annex git-annex.1 doc/.ikiwiki |