summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2011-04-04 17:10:35 +0200
committerPatrick Ohly <patrick.ohly@intel.com>2011-04-13 10:34:14 +0200
commit3dc7b5fb1730ca431e2a3d28c3711e250ecef9f8 (patch)
treeb647993df9e99abbcae37f9e94de74fa5f07f4b4 /.gitignore
parentb3a9655671531889746134b9ea8f9c0c7110525f (diff)
added .gitignore entries for locally created files
This should be enough to keep "git" happy after a compilation inside the source directory. Kudos to Sascha Peilicke for the original patch.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 16 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 208be4fb..39160226 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,9 +14,21 @@ install-sh
ltmain.sh
missing
Makefile.in
-src/Makefile.am
-po/Makefile.in.in
-po/LINGUAS
mkinstalldirs
intltool-*.in
-/*.patch \ No newline at end of file
+/*.patch
+*.o
+*.lo
+*.la
+.deps
+.libs
+.*.swp
+Makefile
+*.gmo
+stamp-h1
+CONFIGURE.sh
+config.status
+config.log
+/libtool
+/config.h
+/README