summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2010-09-22 12:57:04 +0200
committerMagnus Hagander <magnus@hagander.net>2010-09-22 12:57:04 +0200
commitfe9b36fd59a771a98c0d33dd97039e6fc45d0f43 (patch)
tree5ab1e6d15cdd0fc453882b5229f8f1a43ece24c6 /.gitignore
parent01003ec3bcd78a261e9b017837c961a96024abd4 (diff)
downloadpostgresql-fe9b36fd59a771a98c0d33dd97039e6fc45d0f43.tar.gz
Convert cvsignore to gitignore, and add .gitignore for build targets.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
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