diff options
author | Magnus Hagander <magnus@hagander.net> | 2010-09-22 12:57:04 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2010-09-22 12:57:04 +0200 |
commit | fe9b36fd59a771a98c0d33dd97039e6fc45d0f43 (patch) | |
tree | 5ab1e6d15cdd0fc453882b5229f8f1a43ece24c6 /.gitignore | |
parent | 01003ec3bcd78a261e9b017837c961a96024abd4 (diff) | |
download | postgresql-fe9b36fd59a771a98c0d33dd97039e6fc45d0f43.tar.gz |
Convert cvsignore to gitignore, and add .gitignore for build targets.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..1be11e8ec7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Global excludes across all subdirectories +*.o +*.so +*.so.[0-9] +*.so.[0-9].[0-9] +*.sl +*.sl.[0-9] +*.sl.[0-9].[0-9] +*.dylib +*.dll +*.a +*.mo +objfiles.txt +.deps/ + +# Local excludes in root directory +/GNUmakefile +/config.log +/config.status |