summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFederico Igne <undyamon@disroot.org>2023-12-01 09:22:40 +0100
committerFederico Igne <undyamon@disroot.org>2023-12-01 09:22:40 +0100
commitdd44df24524a4861379415ff10c8f6d11eb9bbcd (patch)
treec973560e061b9bd36e8e73ab27fc453792ef2d35 /.gitignore
parent64e22194d39d2914db1e3bf93c90de9e0791d9b3 (diff)
downloadaoc-dd44df24524a4861379415ff10c8f6d11eb9bbcd.tar.gz
aoc-dd44df24524a4861379415ff10c8f6d11eb9bbcd.zip
chore: update .gitignore
Diffstat (limited to '.gitignore')
-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