diff options
| author | nasrlol <nsrddyn@gmail.com> | 2024-11-27 03:29:03 +0100 |
|---|---|---|
| committer | nasrlol <nsrddyn@gmail.com> | 2024-11-27 03:29:03 +0100 |
| commit | 446f3d4742f88b09c85e83e96f6505cd3f6302c5 (patch) | |
| tree | a3e16464ee3cc1f158092fd43806b7686a88c0a3 /I2C-CONTROLLER/.gitignore | |
| parent | df6d2c51b15d55a30b8515de637aa7af490b2d95 (diff) | |
switched to using qt
Diffstat (limited to 'I2C-CONTROLLER/.gitignore')
| -rw-r--r-- | I2C-CONTROLLER/.gitignore | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/I2C-CONTROLLER/.gitignore b/I2C-CONTROLLER/.gitignore new file mode 100644 index 0000000..4a0b530 --- /dev/null +++ b/I2C-CONTROLLER/.gitignore | |||
| @@ -0,0 +1,74 @@ | |||
| 1 | # This file is used to ignore files which are generated | ||
| 2 | # ---------------------------------------------------------------------------- | ||
| 3 | |||
| 4 | *~ | ||
| 5 | *.autosave | ||
| 6 | *.a | ||
| 7 | *.core | ||
| 8 | *.moc | ||
| 9 | *.o | ||
| 10 | *.obj | ||
| 11 | *.orig | ||
| 12 | *.rej | ||
| 13 | *.so | ||
| 14 | *.so.* | ||
| 15 | *_pch.h.cpp | ||
| 16 | *_resource.rc | ||
| 17 | *.qm | ||
| 18 | .#* | ||
| 19 | *.*# | ||
| 20 | core | ||
| 21 | !core/ | ||
| 22 | tags | ||
| 23 | .DS_Store | ||
| 24 | .directory | ||
| 25 | *.debug | ||
| 26 | Makefile* | ||
| 27 | *.prl | ||
| 28 | *.app | ||
| 29 | moc_*.cpp | ||
| 30 | ui_*.h | ||
| 31 | qrc_*.cpp | ||
| 32 | Thumbs.db | ||
| 33 | *.res | ||
| 34 | *.rc | ||
| 35 | /.qmake.cache | ||
| 36 | /.qmake.stash | ||
| 37 | |||
| 38 | # qtcreator generated files | ||
| 39 | *.pro.user* | ||
| 40 | CMakeLists.txt.user* | ||
| 41 | |||
| 42 | # xemacs temporary files | ||
| 43 | *.flc | ||
| 44 | |||
| 45 | # Vim temporary files | ||
| 46 | .*.swp | ||
| 47 | |||
| 48 | # Visual Studio generated files | ||
| 49 | *.ib_pdb_index | ||
| 50 | *.idb | ||
| 51 | *.ilk | ||
| 52 | *.pdb | ||
| 53 | *.sln | ||
| 54 | *.suo | ||
| 55 | *.vcproj | ||
| 56 | *vcproj.*.*.user | ||
| 57 | *.ncb | ||
| 58 | *.sdf | ||
| 59 | *.opensdf | ||
| 60 | *.vcxproj | ||
| 61 | *vcxproj.* | ||
| 62 | |||
| 63 | # MinGW generated files | ||
| 64 | *.Debug | ||
| 65 | *.Release | ||
| 66 | |||
| 67 | # Python byte code | ||
| 68 | *.pyc | ||
| 69 | |||
| 70 | # Binaries | ||
| 71 | # -------- | ||
| 72 | *.dll | ||
| 73 | *.exe | ||
| 74 | |||
