summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore40
1 files changed, 37 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index ec9eb79..7f47506 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,39 @@
1# Created by https://www.toptal.com/developers/gitignore/api/linux,vim,rust 1# Created by https://www.toptal.com/developers/gitignore/api/vim,linux,c++,rust
2# Edit at https://www.toptal.com/developers/gitignore?templates=linux,vim,rust 2# Edit at https://www.toptal.com/developers/gitignore?templates=vim,linux,c++,rust
3
4### C++ ###
5# Prerequisites
6*.d
7
8# Compiled Object files
9*.slo
10*.lo
11*.o
12*.obj
13
14# Precompiled Headers
15*.gch
16*.pch
17
18# Compiled Dynamic libraries
19*.so
20*.dylib
21*.dll
22
23# Fortran module files
24*.mod
25*.smod
26
27# Compiled Static libraries
28*.lai
29*.la
30*.a
31*.lib
32
33# Executables
34*.exe
35*.out
36*.app
3 37
4### Linux ### 38### Linux ###
5*~ 39*~
@@ -52,4 +86,4 @@ tags
52# Persistent undo 86# Persistent undo
53[._]*.un~ 87[._]*.un~
54 88
55# End of https://www.toptal.com/developers/gitignore/api/linux,vim,rust 89# End of https://www.toptal.com/developers/gitignore/api/vim,linux,c++,rust