Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
d5c3111b
Commit
d5c3111b
authored
Aug 30, 2007
by
Alexandre Bourget
Browse files
Best of all .gitignore file w00h00!
parent
29d7fc38
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
d5c3111b
...
...
@@ -10,7 +10,6 @@ Makefile
*.m4
Makefile.in
*.spec
*moc*.*
/config.*
# Ignore rendered docs
...
...
@@ -29,11 +28,18 @@ doc/*.html
/install-sh
/stamp-h1
# Ignore QT automatically-rendered stuff
/src/gui/qt/*moc*.*
/src/gui/qt/ConfigurationPanel.h
/src/gui/qt/ConfigurationPanelui.cpp
/src/gui/qt/qmake_image_collection.cpp
# Ignore built stuff
/src/gui/cli/sflphone-cli
/src/gui/qt/sflphone-qt
/src/sflphoned
/src/sflphone
/src/.libs
# Ignore temp libs stuff
...
...
@@ -41,6 +47,7 @@ tools/portaudio
# Ignore sub-modules stuff
## libiax2
/libs/libiax2/doc/html
/libs/libiax2/config.*
/libs/libiax2/autom4te.cache
...
...
@@ -50,6 +57,10 @@ tools/portaudio
/libs/libiax2/iax-config
/libs/libiax2/configure
## taxidermy
/libs/taxidermy/*moc*.*
# Ignore temp files
*~
...
...
@@ -59,3 +70,6 @@ tools/portaudio
/www/config.inc.php
/www/lighttpd.*
# Ignore platform packaging temp files
/platform/debian/changelog
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment