gparted/.gitignore
Mike Fleetwood c37be28148 Add unit tests for BlockSpecial constructors and internal caching (#781978)
So far only includes tests of the construction of BlockSpecial objects
and the interaction with the internal cache used to reduce the number of
stat(2) calls.  Tests have been designed to be runable by non-root users
and assume as little as possible about the environment by discovering
used block device names and symbolic link name.

Bug 781978 - Add Google Test C++ test framework
2017-06-02 10:47:30 -06:00

54 lines
682 B
Plaintext

# List of file patterns for git to ignore.
#
# Please try to keep entries in alphabetical order :-)
#
*~
*.a
*.gmo
*.lo
*.mo
*.o
*.omf
.cproject
.csettings
.deps
.intltool-merge-cache
.project
.xml2po.mo
INSTALL
Makefile
Makefile.in
Makefile.in.in
POTFILES
aclocal.m4
autom4te.cache
config.*
configure
depcomp
gparted
gparted.appdata.xml
gparted.desktop
gparted.desktop.in
gpartedbin
gnome-doc-utils.make
help/*/gparted.xml
install-sh
intltool-*
lib/gtest/lib
libtool
ltmain.sh
m4/*.m4
!m4/ax_cxx_compile_stdcxx_11.m4
missing
mkinstalldirs
omf.make
stamp-*
test-driver
testbuild.log
tests/*.log
tests/*.trs
tests/test-suite.log
tests/test_BlockSpecial
tests/test_dummy
xmldocs.make