mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
1e0405880f
Clean up the .gitignore file: - Remove no longer used .gitignore entries, like .bzr files - Do not repeat autotools generated files over and over again - Whitelist existent Makefiles in the repository - Better separate the .gitignore entries
73 lines
1.1 KiB
Plaintext
73 lines
1.1 KiB
Plaintext
# In-tree build files
|
|
configure
|
|
config.h
|
|
config.h.in
|
|
Makefile
|
|
Makefile.in
|
|
.deps/
|
|
.libs/
|
|
*.la
|
|
*.lo
|
|
*.log
|
|
*.o
|
|
*.trs
|
|
version.m4
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
config.guess
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
depcomp
|
|
install-sh
|
|
ltmain.sh
|
|
missing
|
|
stamp-h1
|
|
libtool
|
|
build/
|
|
|
|
# Python compilation
|
|
*.pyc
|
|
py-compile
|
|
|
|
# Developer documentation
|
|
freeipa2-dev-doc
|
|
~/doc/guide/Makefile
|
|
|
|
# Root directory
|
|
/freeipa.spec
|
|
!/Makefile
|
|
/dist/
|
|
/RELEASE
|
|
|
|
# Subdirectories
|
|
/daemons/ipa-otpd/ipa-otpd
|
|
/daemons/ipa-otpd/ipa-otpd.socket
|
|
/daemons/ipa-otpd/ipa-otpd@.service
|
|
/daemons/ipa-version.h
|
|
/daemons/test-driver
|
|
|
|
/install/po/test.po
|
|
/install/po/test_locale/xh_ZA/LC_MESSAGES/ipa.mo
|
|
!/install/ui/doc/Makefile.in
|
|
/install/ui/release
|
|
/install/ui/src/dojo
|
|
/install/ui/src/build
|
|
/install/ui/src/libs/loader.js
|
|
/install/ui/src/plugins
|
|
!/install/ui/doc/Makefile
|
|
|
|
/ipa-client/ipa-client.spec
|
|
/ipa-client/ipa-getkeytab
|
|
/ipa-client/ipa-join
|
|
/ipa-client/ipa-rmkeytab
|
|
|
|
/ipatests/test_xmlrpc/service.crt
|
|
/ipatests/setup.py
|
|
|
|
/ipapython/setup.py
|
|
/ipapython/version.py
|
|
/ipapython/services.py
|
|
!/ipapython/Makefile
|
|
!/ipapython/py_default_encoding/Makefile
|