Skip to content

Commit

Permalink
cleanup gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed Oct 12, 2018
1 parent 3cd4816 commit 02017e5
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test/test.log
test/mylog
*.DS_Store
*._.DS_Store
._*
Expand Down Expand Up @@ -28,28 +29,3 @@ externals/build_*/
externals/.decompressionDone
externals_build
externals_install

# CMake stuff
cvmfs_config.h
CMakeCache.txt
CMakeFiles/
CPackConfig.cmake
CPackSourceConfig.cmake
CTestTestfile.cmake
cmake_install.cmake
cvmfs/cmake_install.cmake
mount/cmake_install.cmake
test/unittests/CTestTestfile.cmake
test/unittests/cmake_install.cmake
cvmfs/Makefile
mount/Makefile
test/unittests/Makefile

# Outputs
cvmfs/*.dylib
cvmfs/cvmfs2
cvmfs/cvmfs_fsck
cvmfs/cvmfs_suid_helper
cvmfs/cvmfs_swissknife
mount/mount_cvmfs
test/unittests/cvmfs_unittests

0 comments on commit 02017e5

Please sign in to comment.