diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-05 15:29:27 -0500 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-05 15:29:27 -0500 |
commit | 81555e3bd23c74ce915d246ca51fa65d84c22ae7 (patch) | |
tree | 1ba136af6b87426d37d010866b5cdac110eaeaa8 /.gitignore |
First commitdevelop
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..030f4f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Ignorar todos los archivos de tipo .tar +*.tar.* +*.tgz +*.tbz2 +*.txz +*.xz +*.gz +srclinks* +lshw-git/lshw +hwdata/hwdata +lm_sensors/lm-sensors
\ No newline at end of file |