[rtmpdump] [PATCH] Add .gitignore to ignore the files that 'make clean' would remove

Ulrik Dickow udickow at gmail.com
Wed Jul 25 19:07:30 CEST 2012


Not essential, but nice to have .gitignore controlled by git too, IMHO.
 Useful for new developers.  Idea taken from the Wine project

    http://wine.git.sourceforge.net/git/gitweb.cgi?p=wine/wine;a=tree

but for rtmpdump we have so few things to ignore that auto-generation
isn't needed.

-- 
Ulrik Dickow
-------------- next part --------------
>From ccf59b3891cce19355532eaef8dea703cd88719a Mon Sep 17 00:00:00 2001
From: Ulrik Dickow <u.dickow at gmail.com>
Date: Tue, 24 Jul 2012 17:10:01 +0200
Subject: [PATCH] Add .gitignore to ignore the files that 'make clean' would
 remove

---
 .gitignore |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c7ec44f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+*.[oa]
+*.exe
+*.so
+*.so.[0-9]
+*.dylib
+rtmpdump
+rtmpgw
+rtmpsrv
+rtmpsuck
-- 
1.7.7.6



More information about the rtmpdump mailing list