diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-01-10 10:28:04 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-01-10 10:28:04 -0500 |
commit | 5cbb09516a98d53943062badc08865507f18100d (patch) | |
tree | 1e677ab876a6fca9b1e0f0d14885e299f4ecaf6e /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7aa28f5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# C++ binary files: +*.exe +*.out +*.o +*.obj + +# Ctags: +tags + +# Vim buffers: +*.swp |