gitignore: split according to own comment

The top-level .gitignore recommends to split the filelist, but did not
do so. Follow up on it.

Signed-off-by: Karsten Keil <keil@b1-systems.de>
This commit is contained in:
Jan Engelhardt 2011-04-25 04:38:14 +02:00 committed by Karsten Keil
parent f104b06615
commit 3cbafc4816
7 changed files with 15 additions and 17 deletions

17
.gitignore vendored
View File

@ -23,26 +23,9 @@
*.lst
*~
bridge/misdn_bridge
example/cleanl2
example/loghex
example/misdnportinfo
example/misdnportinfo.o
test_file.in
test_file.out
example/testcon
example/testlayer1
example/testlayer3
l1oip/l1oipctrl
tools/misdn_cleanl2
tools/misdn_info
tools/misdn_log
tools/misdn_rename
autom4te.cache
ChangeLog
config.log
include/stamp-h1
include/config.h

1
bridge/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/misdn_bridge

6
example/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
/cleanl2
/loghex
/misdnportinfo
/testcon
/testlayer1
/testlayer3

2
include/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/stamp-h1
/config.h

1
include/mISDN/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/mISDNcompat.h

1
l1oip/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/l1oipctrl

4
tools/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/misdn_cleanl2
/misdn_info
/misdn_log
/misdn_rename