[Kstars-devel] [kstars] /: Add simplest .gitignore for the repository.

Rafal Kulaga rl.kulaga at gmail.com
Wed Apr 25 21:02:35 UTC 2012


Git commit 95ea7cc024a4a0914ee2a86acd650b022bec073f by Rafal Kulaga.
Committed on 25/04/2012 at 23:00.
Pushed by kulaga into branch 'master'.

Add simplest .gitignore for the repository.

Taken from https://github.com/github/gitignore.

CCMAIL: kstars-devel at kde.org

A  +12   -0    .gitignore

http://commits.kde.org/kstars/95ea7cc024a4a0914ee2a86acd650b022bec073f

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8df9393
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+# Compiled Object files
+*.slo
+*.lo
+*.o
+
+# Compiled Dynamic libraries
+*.so
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a


More information about the Kstars-devel mailing list