Browse Source

adding .gitignore files

git.mgm/mediaproxy-ng/2.1
Richard Fuchs 14 years ago
parent
commit
a9823f2323
4 changed files with 12 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +3
    -0
      daemon/.gitignore
  3. +1
    -0
      iptables-extension/.gitignore
  4. +7
    -0
      kernel-module/.gitignore

+ 1
- 0
.gitignore View File

@ -0,0 +1 @@
.*.sw?

+ 3
- 0
daemon/.gitignore View File

@ -0,0 +1,3 @@
.depend
*.o
mediaproxy-ng

+ 1
- 0
iptables-extension/.gitignore View File

@ -0,0 +1 @@
*.so

+ 7
- 0
kernel-module/.gitignore View File

@ -0,0 +1,7 @@
.tmp_versions
*.o
*.ko
*.mod.c
modules.order
Module.symvers
.*.cmd

Loading…
Cancel
Save