]> git.armaanb.net Git - gen-shell.git/blobdiff - .gitignore
combined files
[gen-shell.git] / .gitignore
index 968076ef7e089ecd216a2dd7c0fb74aea54eb850..6010c67c748ea77c92cedc51b89589bb31599ef9 100644 (file)
@@ -1,38 +1,20 @@
-
-# Created by https://www.toptal.com/developers/gitignore/api/cmake,linux,c++
-# Edit at https://www.toptal.com/developers/gitignore?templates=cmake,linux,c++
-
-### C++ ###
-# Prerequisites
 *.d
-
-# Compiled Object files
 *.slo
 *.lo
 *.o
 *.obj
-
-# Precompiled Headers
 *.gch
 *.pch
-
-# Compiled Dynamic libraries
 *.so
 *.dylib
 *.dll
 *.a
-
-# Fortran module files
 *.mod
 *.smod
-
-# Executables
 *.exe
 *.out
 *.app
 gen-shell
-
-### CMake ###
 CMakeLists.txt.user
 CMakeCache.txt
 CMakeFiles
@@ -48,24 +30,9 @@ CPackConfig.cmake
 CPackSourceConfig.cmake
 commit.h
 commit.h.in
-
-### CMake Patch ###
-# External projects
 *-prefix/
-
-### Linux ###
 *~
-
-# temporary files which can be created if a process still has a handle open of a deleted file
 .fuse_hidden*
-
-# KDE directory preferences
 .directory
-
-# Linux trash folder which might appear on any partition or disk
 .Trash-*
-
-# .nfs files are created when an open file is removed but is still being accessed
 .nfs*
-
-# End of https://www.toptal.com/developers/gitignore/api/cmake,linux,c++