Skip to content

Commit

Permalink
Minor update and OS generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Castelli authored and upsj committed Jul 24, 2021
1 parent c591b67 commit a3e0f8a
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Created by https://www.gitignore.io/api/

###CMake
### CMake
CMakeCache.txt
CMakeFiles
CMakeScripts
Expand All @@ -12,21 +12,21 @@ compile_commands.json
CTestTestfile.cmake
build

###IDE
# clion
### IDE
# Clion
.idea

# eclipse
# Eclipse
.cproject
.project

# visual studio code
# Visual studio code
.vscode

### Generated header file
include/config.hpp

###C++
### C++
# Prerequisites
*.d

Expand Down Expand Up @@ -60,10 +60,25 @@ include/config.hpp
*.out
*.app

#other
# Others
diff.patch
GRTAGS
GSYMS
GTAGS
GPATH
.gitignore

### OS
# temporary and backup files
*~
*#
*.swp

# MacOS self-generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

0 comments on commit a3e0f8a

Please sign in to comment.