Added gitignore
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sun, 16 Aug 2009 06:16:50 +0000 (10:16 +0400)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sun, 16 Aug 2009 06:56:17 +0000 (10:56 +0400)
.gitignore [new file with mode: 0644]
doc/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..2f6ec56
--- /dev/null
@@ -0,0 +1,9 @@
+# git-ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+# *.[oa]
+# *~
+
+*~
+*.fasl
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644 (file)
index 0000000..b18c9fe
--- /dev/null
@@ -0,0 +1,12 @@
+*.aux
+*.cp
+*.fn
+*.ky
+*.log
+*.pdf
+*.pg
+*.toc
+*.tp
+*.vr
+gobject/
+gtk/