Thomas Guillem
b4d7a10cd8
.gitignore: add xcodeproj
2024-06-19 09:17:32 +00:00
Steve Lhomme
af5e87f41c
build: ignore macOS build files
2023-11-02 07:40:10 +00:00
Pierre Lamot
3fbedea9e5
gitignore: don't ignore buildsystem directory
2023-10-14 15:26:34 +00:00
Loïc Branstett
5c644791f2
.gitignore: add Rust related ignores
...
Cargo.lock: file that contains all (including transitive) the
dependencies. We only want to include one of it and it's yet available.
target*/: Cargo builds by default into the target/ dir, so avoid having
it in the git diff
!build.rs: Cargo has build scripts, that by default are named build.rs
2023-08-03 09:15:27 +00:00
Steve Lhomme
9128a2b884
gitignore: don't ignore config.h.meson
2023-01-18 14:07:13 +00:00
Steve Lhomme
92efc84601
libvlc: hardcode the values in libvlc_version.h
...
So it doesn't need to be generated to be used.
We check the values match the ones in configure.ac during compilation.
2022-12-09 10:01:17 +00:00
Alexandre Janniaux
1cff424af8
gitignore: unblacklist build.sh script
2021-03-12 22:27:03 +01:00
Pierre Lamot
4176c63ab7
add .qmlc to git ignore
...
Files might be generated by be generated by IDE while editing qml files.
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
2019-04-10 14:11:51 +02:00
Jean-Baptiste Kempf
99fff2293b
gitignore: Be more lax with the build folders
2015-10-09 14:19:25 +02:00
Rémi Denis-Courmont
544146a37f
Ignore trs files from test suite
2014-11-29 13:43:17 +02:00
Rémi Denis-Courmont
4b3bc75d73
Remove unmaintained cmake support
2013-07-22 19:41:26 +03:00
Pierre Ynard
8837bef6f2
Update .gitignore files
2012-09-12 00:04:03 +02:00
Jean-Baptiste Kempf
f76f40b29f
Remove frontrow plugin
2012-08-24 12:37:48 +02:00
Rafaël Carré
cded90e497
ignore vlc.exe
2011-11-11 14:54:11 -05:00
Rémi Denis-Courmont
ccf9342370
Remove vlc-config
2011-08-18 22:02:21 +03:00
Rémi Denis-Courmont
7bded055e2
Ignore the vlc binaries
2011-08-08 18:33:04 +03:00
Rémi Denis-Courmont
599879c83a
Do not ignore *.mak
...
Some checked-in files match that pattern
2011-06-23 19:23:20 +03:00
Rémi Denis-Courmont
03718ff86c
Udpate in-tree plugins cache path
2011-05-17 18:45:08 +03:00
Rune Botten
684d0712dd
Add more files and folders to gitignore
...
--00163631086b52edd30497a17858
Content-Type: text/plain; charset=ISO-8859-1
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
2010-12-19 15:40:56 +01:00
Rémi Duraffort
18d1dcb4b6
Fix typo.
2010-11-15 19:21:31 +01:00
Rafaël Carré
e29a34ade7
ignore autogenerated libvlc_version.h
2010-08-24 08:45:38 +02:00
Rémi Denis-Courmont
9e89a674e7
Do not ignore vlc here, it breaks include/vlc
2010-08-21 19:17:39 +03:00
Rafaël Carré
c07dca23ba
ignore plugins cache in source dir
2010-06-30 06:54:38 +02:00
Rémi Denis-Courmont
9dfc36b28d
Missing ignored files
2010-02-26 00:02:01 +02:00
Martin T. H. Sandsmark
865ab4eda8
Fix building of phonon-vlc
2009-12-29 16:14:19 +01:00
Jean-Paul Saman
5831a30299
Revert part of c3baee8d05
. We no longer have the intl directory.
2008-08-28 08:58:50 +02:00
Jean-Paul Saman
c3baee8d05
ignore these files/dirs
2008-08-27 14:44:30 +02:00
Felix Paul Kühne
fe01e52b24
More ignores (OS X and QT4 related files & folders)
2008-04-20 10:55:38 +02:00
Pavlov Konstantin
8290af9f4b
More gitignores.
2008-04-04 03:56:22 +04:00
Rémi Denis-Courmont
c01e07a399
config.rpath also comes from autopoint
2008-03-24 14:01:56 +02:00
Rémi Denis-Courmont
8adb3a39b8
Fix the INSTALL / autoreconf hack
2008-03-23 21:43:35 +02:00
Rémi Denis-Courmont
974a399a24
Remove the autoconf hack, fix gettext broken in b6c4b865
...
and fix the M4 ignore rules
2008-03-23 10:49:16 +02:00
Jean-Paul Saman
8130e228e0
Add wxvlc to gitignore
2008-03-11 10:41:47 +01:00
Filippo Carone
9760d127ea
ignore class files
2008-03-09 12:50:40 +01:00
Faustino Osuna
657ee94e0c
Add more ignores for cmake and Mac OS X build folders.
2008-03-03 08:40:48 +00:00
Faustino Osuna
2dae9d9ac4
Add more ignores.
2008-03-03 08:19:14 +00:00
Rémi Denis-Courmont
f8c4e779ab
pkg-config support to libvlc-control
...
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
2008-03-02 20:02:34 +02:00
Rémi Denis-Courmont
bd9f77136f
Ignore all object files, not just vlc.o
...
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
2008-03-02 19:28:00 +02:00
Jean-Paul Saman
7c3ed1663c
Add more files to ignore.
...
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
2008-03-02 18:19:59 +01:00
Rémi Denis-Courmont
0795b8399e
Ignore files create by configure
...
This only affects people still not building from subdir.
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
2008-03-02 13:51:38 +02:00
Rémi Denis-Courmont
1db7c22385
Add the common libtool objects to the global ignore list
...
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
2008-03-02 10:48:28 +02:00
Rémi Denis-Courmont
4e5b503760
Ignore PO files
2008-03-02 10:48:27 +02:00
Rémi Denis-Courmont
87331e9af2
Initial .gitignore
2008-03-02 10:48:27 +02:00