summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: Ignore CMake-generated files in base folderIvan Maidanski2021-11-081-0/+27
|
* Support test_atomic with MS build w/o the need to run GNU make firstIvan Maidanski2021-10-271-1/+0
| | | | | | | * .gitignore: Remove test_atomic_include.h. * src/Makefile.msft: Update usage comment (recommend to build "check" goal instead of "check-noautogen"). * tests/test_atomic_include.h: Regenerate (new file).
* .gitignore: Ignore /out folderIvan Maidanski2019-02-261-0/+2
|
* .gitignore: Ignore *.sancov (generated by ASan)Ivan Maidanski2017-02-161-0/+1
|
* .gitignore: Ignore coverage.info (generated by lcov)Ivan Maidanski2017-01-311-0/+1
|
* .gitignore: Ignore test_atomic_generalizedIvan Maidanski2017-01-271-0/+1
|
* .gitignore: Ignore gcov c/h output filesIvan Maidanski2017-01-131-0/+2
|
* .gitignore: Properly ignore sym-linked folders of code analysis toolsIvan Maidanski2016-12-141-2/+2
| | | | (fix commit fa3ebc3)
* .gitignore: Ignore folders and files of static code analysis toolsIvan Maidanski2016-12-131-0/+7
|
* .gitignore: Ignore .dirstampIvan Maidanski2014-05-271-0/+2
|
* .gitignore: Ignore tests/.libs (generated if configure --enable-shared)Ivan Maidanski2014-05-181-0/+1
|
* Remove broken link to INSTALL file from READMEIvan Maidanski2013-09-031-1/+0
| | | | | | | * README (Installation and Usage): Remove reference to INSTALL file (not generated by autoreconf as AM_INIT_AUTOMAKE specifies "foreign" strictness). * .gitignore (INSTALL): Remove.
* .gitignore: Ignore test-driver (generated by autoreconf)Ivan Maidanski2013-08-311-0/+1
|
* .gitignore: Ignore test*.log, test*.trsIvan Maidanski2013-08-311-0/+2
| | | | | | | | (Apply commit 5cce9c5 from 'release-7_2' branch.) Conflicts: .gitignore
* .gitignore: Ignore .gch filesIvan Maidanski2013-01-271-0/+1
|
* .gitignore: Ignore .dll, .so files and pthreads-w32* library folderIvan Maidanski2012-10-041-0/+5
|
* .gitignore: Ignore config.cacheIvan Maidanski2011-12-221-0/+1
|
* .gitignore: Ignore Gcov files (.gcda, .gcno)Ivan Maidanski2011-12-131-0/+2
|
* .gitignore: Ignore binary files (.a, .exe, .o, etc.) in all foldersIvan Maidanski2011-12-131-10/+8
|
* Replace m4/.keep file with .gitignore one.Ivan Maidanski2011-08-171-5/+1
| | | | | * m4/.keep: Rename to m4/.gitignore; update the content. * .gitignore: Replace multiple entries in m4/ with a wildcard.
* Ignore libtool, .la and .lo files.Ivan Maidanski2011-08-151-0/+4
|
* Add -uninstalled pkg-config file, move them to pkgconfig/.Petter Urkedal2011-08-141-1/+2
| | | | | | * atomic_ops.pc.in -> pkgconfig/atomic_ops.pc.in: Moved. * pkgconfig/atomic_ops-uninstalled.pc.in: Added developer version. * configure.ac, Makefile.am: Update accordingly.
* Use libtool for linking but keep the libraries static.Petter Urkedal2011-08-141-0/+8
| | | | | | | | * configure.ac: Use LT_INIT([disable-shared]) instead of AC_PROG_RANLIB. Also, re-enable the m4 macro directory. * Makefile.am (ACLOCAL_AMFLAGS): Add -I m4. * m4/.keep: Create the m4 directory to avoid problems due to the above m4 flag when running autoreconf for the first time.
* Remove auto-generated tests/list_atomic.c and test_atomic_include.hIvan Maidanski2011-08-091-0/+4
| | | | | | | | | | | | | | | | | from the repo. The files are still present in the distributive tar-ball as it is hard to generate them on Windows (without Cygwin/MinGW). Note that these files are used only for testing (unlike generalize-small.h). The later remains even in the repo as it makes possible to use libatomic_ops without running any script. * .gitignore: add tests/list_atomic.c and test_atomic_include.h. * src/Makefile.msft: Add comment about test_atomic_include.h; wrap long lines. * src/Makefile.msft (all): Build "libatomic_ops_gpl.lib" instead of "check". * tests/list_atomic.c, tests/test_atomic_include.h: Remove.
* Remove all .cvsignore files.Ivan Maidanski2011-08-091-1/+0
| | | | | | * .cvsignore, doc/.cvsignore, src/.cvsignore, src/atomic_ops/.cvsignore, src/atomic_ops/sysdeps/.cvsignore, tests/.cvsignore: Remove. * .gitignore: Update comment.
* Remove auto-generated files and add them to .gitignore.Ivan Maidanski2011-08-091-0/+14
| | | | | | | | * .gitignore: Add more files to ignore in the repo. * INSTALL, Makefile.in, aclocal.m4, compile, config.guess, config.sub, configure, depcomp, doc/Makefile.in, install-sh, missing, mkinstalldirs, src/Makefile.in, src/atomic_ops/Makefile.in, src/config.h.in, src/atomic_ops/sysdeps/Makefile.in, tests/Makefile.in: Remove.
* Add atomic_ops.pc.Ivan Maidanski2011-08-041-0/+1
| | | | | | | | * .cvsignore, .gitignore: ignore atomic_ops.pc. * atomic_ops.pc.in: new file. * Makefile.am (pkgconfigdir, pkgconfig_DATA): new items. * configure.ac (AC_CONFIG_FILES): add atomic_ops.pc. * configure, Makefile.in: Regenerate.
* Instruct Git to ignore 'tests/core' fileIvan Maidanski2011-08-041-0/+1
|
* Add project-wide .gitignore fileIvan Maidanski2011-08-031-0/+29