mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 17:16:51 +00:00
added .gitignore (thanks to Jasmin J)
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
|
||||
# Eclipse project files
|
||||
.project
|
||||
.cproject
|
||||
.settings
|
||||
|
||||
# Generated dependency file
|
||||
.dependencies
|
||||
|
||||
# translations
|
||||
*.mo
|
||||
*.pot
|
||||
Reference in New Issue
Block a user